mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
chore(release): 1.4.0 [skip ci]
# [1.4.0](https://github.com/apricote/Listory/compare/v1.3.4...v1.4.0) (2020-07-04) ### Features * add top-artists report ([6fc10c4](6fc10c40ca)) * **frontend:** improve loading spinner ([42e8b88](42e8b886a0))
This commit is contained in:
parent
6fc10c40ca
commit
2ea7366a58
4 changed files with 12 additions and 4 deletions
|
|
@ -1,3 +1,11 @@
|
|||
# [1.4.0](https://github.com/apricote/Listory/compare/v1.3.4...v1.4.0) (2020-07-04)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add top-artists report ([6fc10c4](https://github.com/apricote/Listory/commit/6fc10c40caa3d79c0e0e8b931e0fd194942fc47e))
|
||||
* **frontend:** improve loading spinner ([42e8b88](https://github.com/apricote/Listory/commit/42e8b886a05bd8129523ebd77d294352b7e91971))
|
||||
|
||||
## [1.3.4](https://github.com/apricote/Listory/compare/v1.3.3...v1.3.4) (2020-07-04)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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.3.4
|
||||
version: 1.4.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.3.4
|
||||
appVersion: 1.4.0
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@listory/api",
|
||||
"version": "1.3.4",
|
||||
"version": "1.4.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@listory/api",
|
||||
"version": "1.3.4",
|
||||
"version": "1.4.0",
|
||||
"description": "Track your Spotify Listen History",
|
||||
"author": {
|
||||
"name": "Julian Tölle",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue