From 215b08d57b55090aee02a7dbea09867992d0c7c2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 May 2020 00:10:51 +0000 Subject: [PATCH] chore(release): 1.2.3 [skip ci] ## [1.2.3](https://github.com/apricote/Listory/compare/v1.2.2...v1.2.3) (2020-05-12) ### Bug Fixes * **ci:** Helm chart still not properly released ([f0100e8](https://github.com/apricote/Listory/commit/f0100e87e23eeb8297053ebc684423d3069275be)) --- 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 934d1de..32a8ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.3](https://github.com/apricote/Listory/compare/v1.2.2...v1.2.3) (2020-05-12) + + +### Bug Fixes + +* **ci:** Helm chart still not properly released ([f0100e8](https://github.com/apricote/Listory/commit/f0100e87e23eeb8297053ebc684423d3069275be)) + ## [1.2.2](https://github.com/apricote/Listory/compare/v1.2.1...v1.2.2) (2020-05-11) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 4b66521..683a920 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.2.2 +version: 1.2.3 # 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.2.2 +appVersion: 1.2.3 diff --git a/package-lock.json b/package-lock.json index 9c05be6..ff422d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3690962..275384f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.2.2", + "version": "1.2.3", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",