From c545699f22ce1e28370215bd85f6a859a8c65464 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 May 2020 21:49:53 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/apricote/Listory/compare/v1.0.1...v1.1.0) (2020-05-08) ### Features * **cd:** add Helm Chart with automated releases ([1bdd618](https://github.com/apricote/Listory/commit/1bdd6181baf18a3f3608298fc4a8287228357eb8)) --- 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 c7656f9..ab13bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/apricote/Listory/compare/v1.0.1...v1.1.0) (2020-05-08) + + +### Features + +* **cd:** add Helm Chart with automated releases ([1bdd618](https://github.com/apricote/Listory/commit/1bdd6181baf18a3f3608298fc4a8287228357eb8)) + ## [1.0.1](https://github.com/apricote/Listory/compare/v1.0.0...v1.0.1) (2020-05-07) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 84573aa..2a84050 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.0.1 +version: 1.1.0 # 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.0.1 +appVersion: 1.1.0 diff --git a/package-lock.json b/package-lock.json index 705f76f..13a5c9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ccd6f9c..3278181 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.0.1", + "version": "1.1.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",