From cd6a70d737a488422ba3b6bf97a15e9799d5bd0c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Feb 2023 22:13:19 +0000 Subject: [PATCH] chore(release): 1.22.0 [skip ci] # [1.22.0](https://github.com/apricote/Listory/compare/v1.21.0...v1.22.0) (2023-02-21) ### Bug Fixes * **frontend:** flashing content on useAsync reload ([e298282](https://github.com/apricote/Listory/commit/e298282f551e8080be88fa66d9672ce33835a736)) ### Features * **frontend:** manage API tokens in Frontend ([ac0f9ff](https://github.com/apricote/Listory/commit/ac0f9ff5d3c99a4383e16fea0a2d95c18cee41ea)) --- 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 c53e457..b5bee30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.22.0](https://github.com/apricote/Listory/compare/v1.21.0...v1.22.0) (2023-02-21) + + +### Bug Fixes + +* **frontend:** flashing content on useAsync reload ([e298282](https://github.com/apricote/Listory/commit/e298282f551e8080be88fa66d9672ce33835a736)) + + +### Features + +* **frontend:** manage API tokens in Frontend ([ac0f9ff](https://github.com/apricote/Listory/commit/ac0f9ff5d3c99a4383e16fea0a2d95c18cee41ea)) + # [1.21.0](https://github.com/apricote/Listory/compare/v1.20.1...v1.21.0) (2023-02-19) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 0d35dd1..af9f0b7 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.21.0 +version: 1.22.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.21.0 +appVersion: 1.22.0 diff --git a/package-lock.json b/package-lock.json index 11d2e44..ca26d8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.21.0", + "version": "1.22.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.21.0", + "version": "1.22.0", "license": "MIT", "dependencies": { "@hapi/joi": "17.1.1", diff --git a/package.json b/package.json index 3313358..2acdc3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.21.0", + "version": "1.22.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",