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](06268c0cf6))
This commit is contained in:
semantic-release-bot 2021-05-22 15:58:16 +00:00
parent 06268c0cf6
commit e743cd7c59
4 changed files with 11 additions and 4 deletions

View file

@ -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)

View file

@ -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

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "@listory/api",
"version": "1.11.0",
"version": "1.11.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -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",