From 6adec3b04b589d3c131c313df08b33dc1df8f895 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 11 Jun 2022 20:59:13 +0000 Subject: [PATCH] chore(release): 1.15.1 [skip ci] ## [1.15.1](https://github.com/apricote/Listory/compare/v1.15.0...v1.15.1) (2022-06-11) ### Bug Fixes * **api:** broken tests after linting fix ([a2ea89f](https://github.com/apricote/Listory/commit/a2ea89ff96a595680fdc46cb01de8e10e4bbd526)) ### Reverts * Revert "chore(deps): update dependency @types/node to v16" ([e2169c9](https://github.com/apricote/Listory/commit/e2169c9c18210fd0e74359ab016792f7c209fa1b)) * Revert "chore(deps): update nest monorepo" ([9260078](https://github.com/apricote/Listory/commit/92600782f6c0af0dff8850900cc74a3dc7c9627a)) --- CHANGELOG.md | 13 +++++++++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec5fd0..df6a1a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.15.1](https://github.com/apricote/Listory/compare/v1.15.0...v1.15.1) (2022-06-11) + + +### Bug Fixes + +* **api:** broken tests after linting fix ([a2ea89f](https://github.com/apricote/Listory/commit/a2ea89ff96a595680fdc46cb01de8e10e4bbd526)) + + +### Reverts + +* Revert "chore(deps): update dependency @types/node to v16" ([e2169c9](https://github.com/apricote/Listory/commit/e2169c9c18210fd0e74359ab016792f7c209fa1b)) +* Revert "chore(deps): update nest monorepo" ([9260078](https://github.com/apricote/Listory/commit/92600782f6c0af0dff8850900cc74a3dc7c9627a)) + # [1.15.0](https://github.com/apricote/Listory/compare/v1.14.2...v1.15.0) (2022-06-11) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 5dd0d9d..17bfe74 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.15.0 +version: 1.15.1 # 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.15.0 +appVersion: 1.15.1 diff --git a/package-lock.json b/package-lock.json index 631aef8..e39092b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.15.0", + "version": "1.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.15.0", + "version": "1.15.1", "license": "MIT", "dependencies": { "@digikare/nestjs-prom": "1.0.0", diff --git a/package.json b/package.json index b61a475..183717d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.15.0", + "version": "1.15.1", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",