chore(release): 1.14.0 [skip ci]

# [1.14.0](https://github.com/apricote/Listory/compare/v1.13.0...v1.14.0) (2021-11-21)

### Bug Fixes

* **ci:** also provide GITHUB_TOKEN ([c033af7](c033af7013))
* **ci:** provide PAT as GH_TOKEN ([7f6af16](7f6af16d55))
* **ci:** use PAT for pushing changelog ([29fc348](29fc3488cf))

### Features

* **api:** update existing artists in MusicLibrary ([a0ffe10](a0ffe108e1))
* top genres report ([a0c28e2](a0c28e2324))
This commit is contained in:
semantic-release-bot 2021-11-21 17:40:48 +00:00
parent 7f6af16d55
commit 62716a8d04
4 changed files with 20 additions and 5 deletions

View file

@ -1,3 +1,18 @@
# [1.14.0](https://github.com/apricote/Listory/compare/v1.13.0...v1.14.0) (2021-11-21)
### Bug Fixes
* **ci:** also provide GITHUB_TOKEN ([c033af7](https://github.com/apricote/Listory/commit/c033af7013bcd0a92de3eae486445719435af092))
* **ci:** provide PAT as GH_TOKEN ([7f6af16](https://github.com/apricote/Listory/commit/7f6af16d5508b3f55fd09907190f18795bb5503f))
* **ci:** use PAT for pushing changelog ([29fc348](https://github.com/apricote/Listory/commit/29fc3488cf333aaab8f13c7cbbc9baebeb6e22fb))
### Features
* **api:** update existing artists in MusicLibrary ([a0ffe10](https://github.com/apricote/Listory/commit/a0ffe108e152731d57dfda2a5b39edc2e7f2da5d))
* top genres report ([a0c28e2](https://github.com/apricote/Listory/commit/a0c28e2324ddd1e2726d419a2d144fbd3f03abd6))
# [1.13.0](https://github.com/apricote/Listory/compare/v1.12.0...v1.13.0) (2021-05-25)

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.13.0
version: 1.14.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.13.0
appVersion: 1.14.0

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@listory/api",
"version": "1.13.0",
"version": "1.14.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@listory/api",
"version": "1.13.0",
"version": "1.14.0",
"license": "MIT",
"dependencies": {
"@digikare/nestjs-prom": "1.0.0",

View file

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