From 0a7927b07af14c345393114a3efde754aa4cc1ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Mar 2023 16:44:08 +0000 Subject: [PATCH] chore(release): 1.23.2 [skip ci] ## [1.23.2](https://github.com/apricote/Listory/compare/v1.23.1...v1.23.2) (2023-03-17) ### Bug Fixes * **api:** album&track reports only contain one artist ([471f46e](https://github.com/apricote/Listory/commit/471f46eb8d2d8347abca9a6a379559cd4f40efa4)) * **api:** properly handle errors in crawler loop ([0e2c56b](https://github.com/apricote/Listory/commit/0e2c56bf5f3aebef5b96354b873c1cf84e495199)) --- CHANGELOG.md | 8 ++++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8678f..7821cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.23.2](https://github.com/apricote/Listory/compare/v1.23.1...v1.23.2) (2023-03-17) + + +### Bug Fixes + +* **api:** album&track reports only contain one artist ([471f46e](https://github.com/apricote/Listory/commit/471f46eb8d2d8347abca9a6a379559cd4f40efa4)) +* **api:** properly handle errors in crawler loop ([0e2c56b](https://github.com/apricote/Listory/commit/0e2c56bf5f3aebef5b96354b873c1cf84e495199)) + ## [1.23.1](https://github.com/apricote/Listory/compare/v1.23.0...v1.23.1) (2023-03-12) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index ac94b61..0d1a8ec 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.23.1 +version: 1.23.2 # 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.23.1 +appVersion: 1.23.2 diff --git a/package-lock.json b/package-lock.json index 178b1c6..9ca8689 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.23.1", + "version": "1.23.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.23.1", + "version": "1.23.2", "license": "MIT", "dependencies": { "@apricote/nest-pg-boss": "1.0.0", diff --git a/package.json b/package.json index 31d6714..3fc7e93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.23.1", + "version": "1.23.2", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",