chore(release): 1.0.1 [skip ci]

## [1.0.1](https://github.com/apricote/Listory/compare/v1.0.0...v1.0.1) (2020-05-07)

### Bug Fixes

* **cd:** docker image labels are missing values ([f68d05c](f68d05ce14))
This commit is contained in:
semantic-release-bot 2020-05-07 00:53:51 +00:00
parent f68d05ce14
commit e186915695
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
## [1.0.1](https://github.com/apricote/Listory/compare/v1.0.0...v1.0.1) (2020-05-07)
### Bug Fixes
* **cd:** docker image labels are missing values ([f68d05c](https://github.com/apricote/Listory/commit/f68d05ce1455d6500ab8599ffc5426d3b0aab088))
# 1.0.0 (2020-05-07) # 1.0.0 (2020-05-07)

2
package-lock.json generated
View file

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

View file

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