From 9e704cba215170f8c5d732c9dd0adfbd612a95f0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Jul 2022 15:23:22 +0000 Subject: [PATCH] chore(release): 1.18.1 [skip ci] ## [1.18.1](https://github.com/apricote/Listory/compare/v1.18.0...v1.18.1) (2022-07-07) ### Bug Fixes * **api:** remove unwanted debug log messages ([2c8e8ef](https://github.com/apricote/Listory/commit/2c8e8ef23c45c7bdd40c66ad9d053be0257b84c4)) --- CHANGELOG.md | 7 +++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d89ae..6de453f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.18.1](https://github.com/apricote/Listory/compare/v1.18.0...v1.18.1) (2022-07-07) + + +### Bug Fixes + +* **api:** remove unwanted debug log messages ([2c8e8ef](https://github.com/apricote/Listory/commit/2c8e8ef23c45c7bdd40c66ad9d053be0257b84c4)) + # [1.18.0](https://github.com/apricote/Listory/compare/v1.17.0...v1.18.0) (2022-06-29) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index a0734de..1da02c3 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.0 +version: 1.18.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.18.0 +appVersion: 1.18.1 diff --git a/package-lock.json b/package-lock.json index 734312e..0057484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.18.0", + "version": "1.18.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.18.0", + "version": "1.18.1", "license": "MIT", "dependencies": { "@hapi/joi": "17.1.1", diff --git a/package.json b/package.json index 636f9e5..c184394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.18.0", + "version": "1.18.1", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",