mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 10:17:02 +00:00
chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/apricote/Listory/compare/v1.5.0...v1.6.0) (2020-11-15) ### Features * **frontend:** adopt card-style for recent listens ([6c8ac2b](6c8ac2b7a5)) * introduce new report "Top Albums" ([9896ea3](9896ea31ff)) * **frontend:** proper styling for "Top Artists" report ([ca4e10e](ca4e10e473))
This commit is contained in:
parent
6c8ac2b7a5
commit
a8b9b4d4df
4 changed files with 13 additions and 4 deletions
|
|
@ -1,3 +1,12 @@
|
||||||
|
# [1.6.0](https://github.com/apricote/Listory/compare/v1.5.0...v1.6.0) (2020-11-15)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **frontend:** adopt card-style for recent listens ([6c8ac2b](https://github.com/apricote/Listory/commit/6c8ac2b7a540f0786daa7673190e5d6923ea8176))
|
||||||
|
* introduce new report "Top Albums" ([9896ea3](https://github.com/apricote/Listory/commit/9896ea31ff5633e66f54d435db8e832d48ba3ad4))
|
||||||
|
* **frontend:** proper styling for "Top Artists" report ([ca4e10e](https://github.com/apricote/Listory/commit/ca4e10e473970774c10e0f4c43f49cf7deb110cf))
|
||||||
|
|
||||||
# [1.5.0](https://github.com/apricote/Listory/compare/v1.4.4...v1.5.0) (2020-11-09)
|
# [1.5.0](https://github.com/apricote/Listory/compare/v1.4.4...v1.5.0) (2020-11-09)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.5.0
|
version: 1.6.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.5.0
|
appVersion: 1.6.0
|
||||||
|
|
|
||||||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@listory/api",
|
"name": "@listory/api",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@listory/api",
|
"name": "@listory/api",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"description": "Track your Spotify Listen History",
|
"description": "Track your Spotify Listen History",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Julian Tölle",
|
"name": "Julian Tölle",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue