From d0705afca8fbc3bdaea527c36f9f4d423889a09d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Nov 2020 18:29:01 +0000 Subject: [PATCH] chore(release): 1.4.4 [skip ci] ## [1.4.4](https://github.com/apricote/Listory/compare/v1.4.3...v1.4.4) (2020-11-07) ### Bug Fixes * **frontend:** improper usage of select element ([a139f7b](https://github.com/apricote/Listory/commit/a139f7b25b939b74a3a28eed12ba7b43a4ae8a50)) * **frontend:** missing dependency in useCallback ([1e674d1](https://github.com/apricote/Listory/commit/1e674d18c9fe39ddf0ecc6c493bc0f0ffc87db9d)) * **frontend:** missing key property in list ([1ae7f08](https://github.com/apricote/Listory/commit/1ae7f08dc430d6fa9088ea19d7c7fb3e89c69000)) --- CHANGELOG.md | 9 +++++++++ charts/listory/Chart.yaml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb2b69..8cba7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.4](https://github.com/apricote/Listory/compare/v1.4.3...v1.4.4) (2020-11-07) + + +### Bug Fixes + +* **frontend:** improper usage of select element ([a139f7b](https://github.com/apricote/Listory/commit/a139f7b25b939b74a3a28eed12ba7b43a4ae8a50)) +* **frontend:** missing dependency in useCallback ([1e674d1](https://github.com/apricote/Listory/commit/1e674d18c9fe39ddf0ecc6c493bc0f0ffc87db9d)) +* **frontend:** missing key property in list ([1ae7f08](https://github.com/apricote/Listory/commit/1ae7f08dc430d6fa9088ea19d7c7fb3e89c69000)) + ## [1.4.3](https://github.com/apricote/Listory/compare/v1.4.2...v1.4.3) (2020-09-05) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 7216f1a..215a499 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.4.3 +version: 1.4.4 # 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.4.3 +appVersion: 1.4.4 diff --git a/package-lock.json b/package-lock.json index ca83fc1..fcc9f92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c14fc5c..53d42fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.4.3", + "version": "1.4.4", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",