diff --git a/CHANGELOG.md b/CHANGELOG.md index a2acb18..03776b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.3.2](https://github.com/apricote/Listory/compare/v1.3.1...v1.3.2) (2020-05-20) + + +### Bug Fixes + +* **deps:** update dependency @nestjs/config to v0.4.2 ([f4f9432](https://github.com/apricote/Listory/commit/f4f94322c0e0624517b173689c6beeccd15b83fd)) +* **deps:** update dependency @nestjs/schedule to v0.4.0 ([5104772](https://github.com/apricote/Listory/commit/5104772acb03d48df723451389970844cd86cc6b)) +* **deps:** update dependency @nestjs/serve-static to v2.1.1 ([9ed69d2](https://github.com/apricote/Listory/commit/9ed69d2db4da36d2b70c5e64a47ebfff866f9767)) + ## [1.3.1](https://github.com/apricote/Listory/compare/v1.3.0...v1.3.1) (2020-05-14) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index b3422db..45ab0df 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.1 +version: 1.3.2 # 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.1 +appVersion: 1.3.2 diff --git a/package-lock.json b/package-lock.json index 6429cc2..a88be16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a7e5966..b321145 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.3.1", + "version": "1.3.2", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",