chore(release): 1.7.4 [skip ci]

## [1.7.4](https://github.com/apricote/Listory/compare/v1.7.3...v1.7.4) (2020-11-21)

### Bug Fixes

* **api:** db error on duplicate music library import ([fcc2f7d](fcc2f7d1b6))
This commit is contained in:
semantic-release-bot 2020-11-21 16:05:33 +00:00
parent fcc2f7d1b6
commit 3aa90797c1
4 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
## [1.7.4](https://github.com/apricote/Listory/compare/v1.7.3...v1.7.4) (2020-11-21)
### Bug Fixes
* **api:** db error on duplicate music library import ([fcc2f7d](https://github.com/apricote/Listory/commit/fcc2f7d1b6549c7798fc858e7ca55ccbf450e4a8))
## [1.7.3](https://github.com/apricote/Listory/compare/v1.7.2...v1.7.3) (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.3
version: 1.7.4
# 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.3
appVersion: 1.7.4

2
package-lock.json generated
View file

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

View file

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