From 1b03bacb7b85fc48fb4409f0973ede79bea57a4b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 11 Jul 2020 17:52:10 +0000 Subject: [PATCH] chore(release): 1.4.1 [skip ci] ## [1.4.1](https://github.com/apricote/Listory/compare/v1.4.0...v1.4.1) (2020-07-11) ### Bug Fixes * improve top-artists response time ([aecc825](https://github.com/apricote/Listory/commit/aecc82576a356321a6bb86345c67fd42da8c8215)) * remove debug logging ([f562186](https://github.com/apricote/Listory/commit/f56218602e9a56221867f4357901e58e37720579)) --- CHANGELOG.md | 8 ++++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac91a7..4498ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.4.1](https://github.com/apricote/Listory/compare/v1.4.0...v1.4.1) (2020-07-11) + + +### Bug Fixes + +* improve top-artists response time ([aecc825](https://github.com/apricote/Listory/commit/aecc82576a356321a6bb86345c67fd42da8c8215)) +* remove debug logging ([f562186](https://github.com/apricote/Listory/commit/f56218602e9a56221867f4357901e58e37720579)) + # [1.4.0](https://github.com/apricote/Listory/compare/v1.3.4...v1.4.0) (2020-07-04) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 1ddae52..c879e1f 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.4.0 +version: 1.4.1 # 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.4.0 +appVersion: 1.4.1 diff --git a/package-lock.json b/package-lock.json index 0a3146a..12323fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5fce930..6fb4121 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.4.0", + "version": "1.4.1", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",