chore(release): 1.11.0 [skip ci]

# [1.11.0](https://github.com/apricote/Listory/compare/v1.10.1...v1.11.0) (2021-05-22)

### Features

* **frontend:** add visual indicator to top lists ([8377b2f](8377b2f6d0))
* add top tracks report ([51fd78f](51fd78f6d9))
This commit is contained in:
semantic-release-bot 2021-05-22 15:46:12 +00:00
parent 8377b2f6d0
commit 0be60c48fe
4 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,11 @@
# [1.11.0](https://github.com/apricote/Listory/compare/v1.10.1...v1.11.0) (2021-05-22)
### Features
* **frontend:** add visual indicator to top lists ([8377b2f](https://github.com/apricote/Listory/commit/8377b2f6d0a966a44b5182f16c0a96fd43245efe))
* add top tracks report ([51fd78f](https://github.com/apricote/Listory/commit/51fd78f6d916eb26581745a0ce4109d9136b8084))
## [1.10.1](https://github.com/apricote/Listory/compare/v1.10.0...v1.10.1) (2021-05-20)

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.10.1
version: 1.11.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.10.1
appVersion: 1.11.0

2
package-lock.json generated
View file

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

View file

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