mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
chore(release): 1.2.5 [skip ci]
## [1.2.5](https://github.com/apricote/Listory/compare/v1.2.4...v1.2.5) (2020-05-13) ### Bug Fixes * **frontend:** add selectable timeframe and styling to listens report ([cc7f4b3](cc7f4b354d))
This commit is contained in:
parent
cc7f4b354d
commit
4db924b78e
4 changed files with 11 additions and 4 deletions
|
|
@ -1,3 +1,10 @@
|
|||
## [1.2.5](https://github.com/apricote/Listory/compare/v1.2.4...v1.2.5) (2020-05-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **frontend:** add selectable timeframe and styling to listens report ([cc7f4b3](https://github.com/apricote/Listory/commit/cc7f4b354df48f5e73b8cf7e82b578bbb796b7c1))
|
||||
|
||||
## [1.2.4](https://github.com/apricote/Listory/compare/v1.2.3...v1.2.4) (2020-05-13)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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.2.4
|
||||
version: 1.2.5
|
||||
|
||||
# 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.2.4
|
||||
appVersion: 1.2.5
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@listory/api",
|
||||
"version": "1.2.4",
|
||||
"version": "1.2.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@listory/api",
|
||||
"version": "1.2.4",
|
||||
"version": "1.2.5",
|
||||
"description": "Track your Spotify Listen History",
|
||||
"author": {
|
||||
"name": "Julian Tölle",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue