From a8b9b4d4df2559c6176d8984a98364b028692045 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 15 Nov 2020 02:10:27 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/apricote/Listory/compare/v1.5.0...v1.6.0) (2020-11-15) ### Features * **frontend:** adopt card-style for recent listens ([6c8ac2b](https://github.com/apricote/Listory/commit/6c8ac2b7a540f0786daa7673190e5d6923ea8176)) * introduce new report "Top Albums" ([9896ea3](https://github.com/apricote/Listory/commit/9896ea31ff5633e66f54d435db8e832d48ba3ad4)) * **frontend:** proper styling for "Top Artists" report ([ca4e10e](https://github.com/apricote/Listory/commit/ca4e10e473970774c10e0f4c43f49cf7deb110cf)) --- CHANGELOG.md | 9 +++++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d096f8..b384242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.6.0](https://github.com/apricote/Listory/compare/v1.5.0...v1.6.0) (2020-11-15) + + +### Features + +* **frontend:** adopt card-style for recent listens ([6c8ac2b](https://github.com/apricote/Listory/commit/6c8ac2b7a540f0786daa7673190e5d6923ea8176)) +* introduce new report "Top Albums" ([9896ea3](https://github.com/apricote/Listory/commit/9896ea31ff5633e66f54d435db8e832d48ba3ad4)) +* **frontend:** proper styling for "Top Artists" report ([ca4e10e](https://github.com/apricote/Listory/commit/ca4e10e473970774c10e0f4c43f49cf7deb110cf)) + # [1.5.0](https://github.com/apricote/Listory/compare/v1.4.4...v1.5.0) (2020-11-09) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index d6d3da2..54d8508 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.5.0 +version: 1.6.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.5.0 +appVersion: 1.6.0 diff --git a/package-lock.json b/package-lock.json index 8a14d6e..687aeaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 87b9dc7..d01a8ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.5.0", + "version": "1.6.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",