From 62716a8d046ab60b088fbd92004a5cc5eeabc96b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Nov 2021 17:40:48 +0000 Subject: [PATCH] chore(release): 1.14.0 [skip ci] # [1.14.0](https://github.com/apricote/Listory/compare/v1.13.0...v1.14.0) (2021-11-21) ### Bug Fixes * **ci:** also provide GITHUB_TOKEN ([c033af7](https://github.com/apricote/Listory/commit/c033af7013bcd0a92de3eae486445719435af092)) * **ci:** provide PAT as GH_TOKEN ([7f6af16](https://github.com/apricote/Listory/commit/7f6af16d5508b3f55fd09907190f18795bb5503f)) * **ci:** use PAT for pushing changelog ([29fc348](https://github.com/apricote/Listory/commit/29fc3488cf333aaab8f13c7cbbc9baebeb6e22fb)) ### Features * **api:** update existing artists in MusicLibrary ([a0ffe10](https://github.com/apricote/Listory/commit/a0ffe108e152731d57dfda2a5b39edc2e7f2da5d)) * top genres report ([a0c28e2](https://github.com/apricote/Listory/commit/a0c28e2324ddd1e2726d419a2d144fbd3f03abd6)) --- CHANGELOG.md | 15 +++++++++++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e4fff..c4d5e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.14.0](https://github.com/apricote/Listory/compare/v1.13.0...v1.14.0) (2021-11-21) + + +### Bug Fixes + +* **ci:** also provide GITHUB_TOKEN ([c033af7](https://github.com/apricote/Listory/commit/c033af7013bcd0a92de3eae486445719435af092)) +* **ci:** provide PAT as GH_TOKEN ([7f6af16](https://github.com/apricote/Listory/commit/7f6af16d5508b3f55fd09907190f18795bb5503f)) +* **ci:** use PAT for pushing changelog ([29fc348](https://github.com/apricote/Listory/commit/29fc3488cf333aaab8f13c7cbbc9baebeb6e22fb)) + + +### Features + +* **api:** update existing artists in MusicLibrary ([a0ffe10](https://github.com/apricote/Listory/commit/a0ffe108e152731d57dfda2a5b39edc2e7f2da5d)) +* top genres report ([a0c28e2](https://github.com/apricote/Listory/commit/a0c28e2324ddd1e2726d419a2d144fbd3f03abd6)) + # [1.13.0](https://github.com/apricote/Listory/compare/v1.12.0...v1.13.0) (2021-05-25) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 3064c20..f79ee65 100644 --- a/charts/listory/Chart.yaml +++ b/charts/listory/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.13.0 +version: 1.14.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.13.0 +appVersion: 1.14.0 diff --git a/package-lock.json b/package-lock.json index e651212..fce3ec4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.13.0", + "version": "1.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.13.0", + "version": "1.14.0", "license": "MIT", "dependencies": { "@digikare/nestjs-prom": "1.0.0", diff --git a/package.json b/package.json index 604d3ad..a400a43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.13.0", + "version": "1.14.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",