From 4f9cd2fc3f0f0a87704b0aded1337ed8b63f157d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Jun 2020 19:22:47 +0000 Subject: [PATCH] chore(release): 1.3.3 [skip ci] ## [1.3.3](https://github.com/apricote/Listory/compare/v1.3.2...v1.3.3) (2020-06-01) ### Bug Fixes * **frontend:** fix encoding of queryparameters in api calls ([40ce26e](https://github.com/apricote/Listory/commit/40ce26eadd4fa2ffdbdcf4bec4c92bc9b62133df)) * **server:** validate listens report query params ([6f8fc02](https://github.com/apricote/Listory/commit/6f8fc0265ae50a80e593e89be0bfa0cdbce3a9e6)) --- CHANGELOG.md | 8 ++++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03776b8..1a03b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.3.3](https://github.com/apricote/Listory/compare/v1.3.2...v1.3.3) (2020-06-01) + + +### Bug Fixes + +* **frontend:** fix encoding of queryparameters in api calls ([40ce26e](https://github.com/apricote/Listory/commit/40ce26eadd4fa2ffdbdcf4bec4c92bc9b62133df)) +* **server:** validate listens report query params ([6f8fc02](https://github.com/apricote/Listory/commit/6f8fc0265ae50a80e593e89be0bfa0cdbce3a9e6)) + ## [1.3.2](https://github.com/apricote/Listory/compare/v1.3.1...v1.3.2) (2020-05-20) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 45ab0df..52fe18d 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.2 +version: 1.3.3 # 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.2 +appVersion: 1.3.3 diff --git a/package-lock.json b/package-lock.json index a88be16..3c6b197 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b321145..e8a3a5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.3.2", + "version": "1.3.3", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",