From 822355eedb7ff89befde6de0e7da103275cf5ac9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Nov 2020 17:34:02 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] # [1.9.0](https://github.com/apricote/Listory/compare/v1.8.0...v1.9.0) (2020-11-28) ### Bug Fixes * **api:** missed listens from spotify ([5ca3437](https://github.com/apricote/Listory/commit/5ca3437b5945a9dc2364169d62be5fab8462874f)) ### Features * **api:** custom spotify crawler interval ([66fd6ce](https://github.com/apricote/Listory/commit/66fd6ce1b49d7a891e83d3033ff0838098dc77f2)) --- CHANGELOG.md | 12 ++++++++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72fd8d8..53aafce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.9.0](https://github.com/apricote/Listory/compare/v1.8.0...v1.9.0) (2020-11-28) + + +### Bug Fixes + +* **api:** missed listens from spotify ([5ca3437](https://github.com/apricote/Listory/commit/5ca3437b5945a9dc2364169d62be5fab8462874f)) + + +### Features + +* **api:** custom spotify crawler interval ([66fd6ce](https://github.com/apricote/Listory/commit/66fd6ce1b49d7a891e83d3033ff0838098dc77f2)) + # [1.8.0](https://github.com/apricote/Listory/compare/v1.7.4...v1.8.0) (2020-11-21) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index dd9f58f..ea35aa2 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.8.0 +version: 1.9.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.8.0 +appVersion: 1.9.0 diff --git a/package-lock.json b/package-lock.json index 017d5ea..0ba7fe7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c4915a1..53f2753 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.8.0", + "version": "1.9.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",