chore(release): 1.7.3 [skip ci]

## [1.7.3](https://github.com/apricote/Listory/compare/v1.7.2...v1.7.3) (2020-11-18)

### Bug Fixes

* **api:** exception after refreshing spotify access token ([49b31e8](49b31e8e62))
This commit is contained in:
semantic-release-bot 2020-11-18 20:17:45 +00:00
parent 49b31e8e62
commit b47f137310
4 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
## [1.7.3](https://github.com/apricote/Listory/compare/v1.7.2...v1.7.3) (2020-11-18)
### Bug Fixes
* **api:** exception after refreshing spotify access token ([49b31e8](https://github.com/apricote/Listory/commit/49b31e8e6299148685cb2381cb43cd1c8a62dbb4))
## [1.7.2](https://github.com/apricote/Listory/compare/v1.7.1...v1.7.2) (2020-11-18)

View file

@ -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.7.2
version: 1.7.3
# 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.7.2
appVersion: 1.7.3

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "@listory/api",
"version": "1.7.2",
"version": "1.7.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "@listory/api",
"version": "1.7.2",
"version": "1.7.3",
"description": "Track your Spotify Listen History",
"author": {
"name": "Julian Tölle",