From 3dd45b462037f4ff5da9f2febd8f837b3e394c27 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 May 2020 01:02:28 +0000 Subject: [PATCH] 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](https://github.com/apricote/Listory/commit/c0caa31a2b1ed53f69256633242515fa1ff45219)) --- CHANGELOG.md | 7 +++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49128df..1cf958d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index f297e51..98d25c7 100644 --- a/charts/listory/Chart.yaml +++ b/charts/listory/Chart.yaml @@ -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.2.0 +version: 1.2.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.2.0 +appVersion: 1.2.1 diff --git a/package-lock.json b/package-lock.json index c0535bf..b2d0a55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b1167d..22990f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.2.0", + "version": "1.2.1", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",