From 52a0dc79ce706a2e8cf267304cfbe4c7c74efb45 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Nov 2020 19:29:00 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/apricote/Listory/compare/v1.7.4...v1.8.0) (2020-11-21) ### Features * **api:** add prometheus metrics ([e2056b4](https://github.com/apricote/Listory/commit/e2056b47340365efc13443010f8bd8106485b77a)) --- 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 5a5eabf..72fd8d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/apricote/Listory/compare/v1.7.4...v1.8.0) (2020-11-21) + + +### Features + +* **api:** add prometheus metrics ([e2056b4](https://github.com/apricote/Listory/commit/e2056b47340365efc13443010f8bd8106485b77a)) + ## [1.7.4](https://github.com/apricote/Listory/compare/v1.7.3...v1.7.4) (2020-11-21) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 504d6c2..dd9f58f 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.4 +version: 1.8.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.7.4 +appVersion: 1.8.0 diff --git a/package-lock.json b/package-lock.json index c348b90..017d5ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.7.4", + "version": "1.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8172169..c4915a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.7.4", + "version": "1.8.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",