From 4e86f6cbc91a61a6c95fd0ccb7aa2910e67594bc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 May 2020 10:20:16 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/apricote/Listory/compare/v1.3.0...v1.3.1) (2020-05-14) ### Bug Fixes * **frontend:** disable broken service-worker ([7ad4b1e](https://github.com/apricote/Listory/commit/7ad4b1e52c7b53702d923d226f4aa516835ef149)) --- 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 ec5c813..a2acb18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/apricote/Listory/compare/v1.3.0...v1.3.1) (2020-05-14) + + +### Bug Fixes + +* **frontend:** disable broken service-worker ([7ad4b1e](https://github.com/apricote/Listory/commit/7ad4b1e52c7b53702d923d226f4aa516835ef149)) + # [1.3.0](https://github.com/apricote/Listory/compare/v1.2.5...v1.3.0) (2020-05-14) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 59cba8d..b3422db 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.3.0 +version: 1.3.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.3.0 +appVersion: 1.3.1 diff --git a/package-lock.json b/package-lock.json index 2858587..6b2fad7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7781f7e..491b1e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.3.0", + "version": "1.3.1", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",