From b6c7c9e16db12d8d8499b2594e49a5fb87e09243 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 May 2021 18:46:31 +0000 Subject: [PATCH] chore(release): 1.12.0 [skip ci] # [1.12.0](https://github.com/apricote/Listory/compare/v1.11.1...v1.12.0) (2021-05-24) ### Bug Fixes * **deps:** pin dependency @digikare/nestjs-prom to 1.0.0 ([3dee999](https://github.com/apricote/Listory/commit/3dee999df6997787448fd8229b83f601bd24917b)) ### Features * **frontend:** add footer with version number ([2aaf582](https://github.com/apricote/Listory/commit/2aaf582245c97f7627fd88f59073105bbf275f59)) --- CHANGELOG.md | 12 ++++++++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f11d635..b2dde35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.12.0](https://github.com/apricote/Listory/compare/v1.11.1...v1.12.0) (2021-05-24) + + +### Bug Fixes + +* **deps:** pin dependency @digikare/nestjs-prom to 1.0.0 ([3dee999](https://github.com/apricote/Listory/commit/3dee999df6997787448fd8229b83f601bd24917b)) + + +### Features + +* **frontend:** add footer with version number ([2aaf582](https://github.com/apricote/Listory/commit/2aaf582245c97f7627fd88f59073105bbf275f59)) + ## [1.11.1](https://github.com/apricote/Listory/compare/v1.11.0...v1.11.1) (2021-05-22) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 664f6f2..864b969 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.11.1 +version: 1.12.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.11.1 +appVersion: 1.12.0 diff --git a/package-lock.json b/package-lock.json index 7ed5209..ef8f377 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.11.1", + "version": "1.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c06970..153bfc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.11.1", + "version": "1.12.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",