From 59307a8a2eb33914f0648bd3efa7e87d21054841 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Nov 2020 11:23:27 +0000 Subject: [PATCH] chore(release): 1.7.2 [skip ci] ## [1.7.2](https://github.com/apricote/Listory/compare/v1.7.1...v1.7.2) (2020-11-18) ### Bug Fixes * **helm:** environment variable is set as boolean instead of string ([a8063cf](https://github.com/apricote/Listory/commit/a8063cfc32967cf26b7a6de05f1ec2f7494de786)) --- CHANGELOG.md | 7 +++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d83a1bb..7132210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.2](https://github.com/apricote/Listory/compare/v1.7.1...v1.7.2) (2020-11-18) + + +### Bug Fixes + +* **helm:** environment variable is set as boolean instead of string ([a8063cf](https://github.com/apricote/Listory/commit/a8063cfc32967cf26b7a6de05f1ec2f7494de786)) + ## [1.7.1](https://github.com/apricote/Listory/compare/v1.7.0...v1.7.1) (2020-11-17) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 647eaa5..65606f4 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.7.1 +version: 1.7.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.7.1 +appVersion: 1.7.2 diff --git a/package-lock.json b/package-lock.json index e68d400..bab55c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5ce4df8..69530fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.7.1", + "version": "1.7.2", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",