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](3dee999df6))

### Features

* **frontend:** add footer with version number ([2aaf582](2aaf582245))
This commit is contained in:
semantic-release-bot 2021-05-24 18:46:31 +00:00
parent 274f6cd0c7
commit b6c7c9e16d
4 changed files with 16 additions and 4 deletions

View file

@ -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)

View file

@ -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

2
package-lock.json generated
View file

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

View file

@ -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",