chore(release): 1.13.0 [skip ci]

# [1.13.0](https://github.com/apricote/Listory/compare/v1.12.0...v1.13.0) (2021-05-25)

### Features

* **server:** save genres for artists and albums ([3c6f328](3c6f3289f1))
This commit is contained in:
semantic-release-bot 2021-05-25 17:37:42 +00:00
parent c28aee3e8c
commit 5ef650a6dc
4 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
# [1.13.0](https://github.com/apricote/Listory/compare/v1.12.0...v1.13.0) (2021-05-25)
### Features
* **server:** save genres for artists and albums ([3c6f328](https://github.com/apricote/Listory/commit/3c6f3289f1606865d9d869528c924c15321cc9a0))
# [1.12.0](https://github.com/apricote/Listory/compare/v1.11.1...v1.12.0) (2021-05-24) # [1.12.0](https://github.com/apricote/Listory/compare/v1.11.1...v1.12.0) (2021-05-24)

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.12.0 version: 1.13.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.12.0 appVersion: 1.13.0

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "@listory/api", "name": "@listory/api",
"version": "1.12.0", "version": "1.13.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

View file

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