mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
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:
parent
8377b2f6d0
commit
0be60c48fe
4 changed files with 12 additions and 4 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@listory/api",
|
||||
"version": "1.10.1",
|
||||
"version": "1.11.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue