Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2020-07-11)

### Bug Fixes

* improve top-artists response time ([aecc825](aecc825))
* remove debug logging ([f562186](f562186))
  • Loading branch information
semantic-release-bot committed Jul 11, 2020
1 parent f562186 commit 1b03bac
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.4.1](https://github.com/apricote/Listory/compare/v1.4.0...v1.4.1) (2020-07-11)


### Bug Fixes

* improve top-artists response time ([aecc825](https://github.com/apricote/Listory/commit/aecc82576a356321a6bb86345c67fd42da8c8215))
* remove debug logging ([f562186](https://github.com/apricote/Listory/commit/f56218602e9a56221867f4357901e58e37720579))

# [1.4.0](https://github.com/apricote/Listory/compare/v1.3.4...v1.4.0) (2020-07-04)


Expand Down
4 changes: 2 additions & 2 deletions charts/listory/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
version: 1.4.1

# 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.4.0
appVersion: 1.4.1
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@listory/api",
"version": "1.4.0",
"version": "1.4.1",
"description": "Track your Spotify Listen History",
"author": {
"name": "Julian Tölle",
Expand Down

0 comments on commit 1b03bac

Please sign in to comment.