From e1f373cf78baf7ea934d1dbca087560ebc11a289 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 24 Jul 2022 16:17:35 +0000 Subject: [PATCH] chore(release): 1.19.0 [skip ci] # [1.19.0](https://github.com/apricote/Listory/compare/v1.18.2...v1.19.0) (2022-07-24) ### Bug Fixes * **frontend:** crash when resetting DateSelect values ([65b0d24](https://github.com/apricote/Listory/commit/65b0d24903aa1df18febf37bb66b830982fd20ee)) ### Features * **frontend:** Dark Mode ([78c7afc](https://github.com/apricote/Listory/commit/78c7afc15263b8c93779d5bc07b1932b0e60055a)) --- CHANGELOG.md | 12 ++++++++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42dfb46..d1d7236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.19.0](https://github.com/apricote/Listory/compare/v1.18.2...v1.19.0) (2022-07-24) + + +### Bug Fixes + +* **frontend:** crash when resetting DateSelect values ([65b0d24](https://github.com/apricote/Listory/commit/65b0d24903aa1df18febf37bb66b830982fd20ee)) + + +### Features + +* **frontend:** Dark Mode ([78c7afc](https://github.com/apricote/Listory/commit/78c7afc15263b8c93779d5bc07b1932b0e60055a)) + ## [1.18.2](https://github.com/apricote/Listory/compare/v1.18.1...v1.18.2) (2022-07-12) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 59d5a3e..d452a9f 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.18.2 +version: 1.19.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.18.2 +appVersion: 1.19.0 diff --git a/package-lock.json b/package-lock.json index fbba311..48294f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.18.2", + "version": "1.19.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.18.2", + "version": "1.19.0", "license": "MIT", "dependencies": { "@hapi/joi": "17.1.1", diff --git a/package.json b/package.json index 4654213..de7da44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.18.2", + "version": "1.19.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",