From e743cd7c59b1cf0957b4fd9ad811db606ee232d5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 22 May 2021 15:58:16 +0000 Subject: [PATCH] chore(release): 1.11.1 [skip ci] ## [1.11.1](https://github.com/apricote/Listory/compare/v1.11.0...v1.11.1) (2021-05-22) ### Bug Fixes * **build:** tailwind config was missing from build ([06268c0](https://github.com/apricote/Listory/commit/06268c0cf632283c375424669b44d71731896e0c)) --- 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 b231778..f11d635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.11.1](https://github.com/apricote/Listory/compare/v1.11.0...v1.11.1) (2021-05-22) + + +### Bug Fixes + +* **build:** tailwind config was missing from build ([06268c0](https://github.com/apricote/Listory/commit/06268c0cf632283c375424669b44d71731896e0c)) + # [1.11.0](https://github.com/apricote/Listory/compare/v1.10.1...v1.11.0) (2021-05-22) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 9fbad5f..664f6f2 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.11.0 +version: 1.11.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.11.0 +appVersion: 1.11.1 diff --git a/package-lock.json b/package-lock.json index 3a0133c..170296d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.11.0", + "version": "1.11.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 503dc2f..88d24d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.11.0", + "version": "1.11.1", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",