From 4db924b78ec8e81f05f9b4f52718176fc0b86676 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 May 2020 23:39:58 +0000 Subject: [PATCH] chore(release): 1.2.5 [skip ci] ## [1.2.5](https://github.com/apricote/Listory/compare/v1.2.4...v1.2.5) (2020-05-13) ### Bug Fixes * **frontend:** add selectable timeframe and styling to listens report ([cc7f4b3](https://github.com/apricote/Listory/commit/cc7f4b354df48f5e73b8cf7e82b578bbb796b7c1)) --- 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 420f0e3..c19ed3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.5](https://github.com/apricote/Listory/compare/v1.2.4...v1.2.5) (2020-05-13) + + +### Bug Fixes + +* **frontend:** add selectable timeframe and styling to listens report ([cc7f4b3](https://github.com/apricote/Listory/commit/cc7f4b354df48f5e73b8cf7e82b578bbb796b7c1)) + ## [1.2.4](https://github.com/apricote/Listory/compare/v1.2.3...v1.2.4) (2020-05-13) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 903a87c..e636bbc 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.2.4 +version: 1.2.5 # 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.2.4 +appVersion: 1.2.5 diff --git a/package-lock.json b/package-lock.json index 8cf49cc..73767b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 42fe200..d2858af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.2.4", + "version": "1.2.5", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",