chore(release): 1.2.1 [skip ci]

## [1.2.1](https://github.com/apricote/Listory/compare/v1.2.0...v1.2.1) (2020-05-11)

### Bug Fixes

* **deps:** pin dependencies ([c0caa31](c0caa31a2b))
This commit is contained in:
semantic-release-bot 2020-05-11 01:02:28 +00:00
parent 4910f9d459
commit 3dd45b4620
4 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
## [1.2.1](https://github.com/apricote/Listory/compare/v1.2.0...v1.2.1) (2020-05-11)
### Bug Fixes
* **deps:** pin dependencies ([c0caa31](https://github.com/apricote/Listory/commit/c0caa31a2b1ed53f69256633242515fa1ff45219))
# [1.2.0](https://github.com/apricote/Listory/compare/v1.1.0...v1.2.0) (2020-05-09) # [1.2.0](https://github.com/apricote/Listory/compare/v1.1.0...v1.2.0) (2020-05-09)

View file

@ -14,8 +14,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
version: 1.2.0 version: 1.2.1
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: 1.2.0 appVersion: 1.2.1

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "@listory/api", "name": "@listory/api",
"version": "1.2.0", "version": "1.2.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.2.0", "version": "1.2.1",
"description": "Track your Spotify Listen History", "description": "Track your Spotify Listen History",
"author": { "author": {
"name": "Julian Tölle", "name": "Julian Tölle",