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](e2056b4734))
This commit is contained in:
semantic-release-bot 2020-11-21 19:29:00 +00:00
parent e2056b4734
commit 52a0dc79ce
4 changed files with 11 additions and 4 deletions

View file

@ -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) ## [1.7.4](https://github.com/apricote/Listory/compare/v1.7.3...v1.7.4) (2020-11-21)

View file

@ -14,8 +14,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: 1.7.4 appVersion: 1.8.0

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "@listory/api", "name": "@listory/api",
"version": "1.7.4", "version": "1.8.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "@listory/api", "name": "@listory/api",
"version": "1.7.4", "version": "1.8.0",
"description": "Track your Spotify Listen History", "description": "Track your Spotify Listen History",
"author": { "author": {
"name": "Julian Tölle", "name": "Julian Tölle",