From 6f8601f483058e8f43932ba16e5217d5c7864c27 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 Jul 2020 15:57:42 +0000 Subject: [PATCH] chore(release): 1.4.2 [skip ci] ## [1.4.2](https://github.com/apricote/Listory/compare/v1.4.1...v1.4.2) (2020-07-12) ### Bug Fixes * **server:** improve listens report response time ([fb9b83d](https://github.com/apricote/Listory/commit/fb9b83d440e10984ed6bb93719d9443d9c9ecb2c)) --- CHANGELOG.md | 7 +++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4498ec5..6c8460e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.2](https://github.com/apricote/Listory/compare/v1.4.1...v1.4.2) (2020-07-12) + + +### Bug Fixes + +* **server:** improve listens report response time ([fb9b83d](https://github.com/apricote/Listory/commit/fb9b83d440e10984ed6bb93719d9443d9c9ecb2c)) + ## [1.4.1](https://github.com/apricote/Listory/compare/v1.4.0...v1.4.1) (2020-07-11) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index c879e1f..abf4a11 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.1 +version: 1.4.2 # 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.1 +appVersion: 1.4.2 diff --git a/package-lock.json b/package-lock.json index 12323fa..9b0be4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6fb4121..c86a169 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.4.1", + "version": "1.4.2", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",