chore(release): 1.19.0 [skip ci]

# [1.19.0](https://github.com/apricote/Listory/compare/v1.18.2...v1.19.0) (2022-07-24)

### Bug Fixes

* **frontend:** crash when resetting DateSelect values ([65b0d24](65b0d24903))

### Features

* **frontend:** Dark Mode ([78c7afc](78c7afc152))
This commit is contained in:
semantic-release-bot 2022-07-24 16:17:35 +00:00
parent 78c7afc152
commit e1f373cf78
4 changed files with 17 additions and 5 deletions

View file

@ -1,3 +1,15 @@
# [1.19.0](https://github.com/apricote/Listory/compare/v1.18.2...v1.19.0) (2022-07-24)
### Bug Fixes
* **frontend:** crash when resetting DateSelect values ([65b0d24](https://github.com/apricote/Listory/commit/65b0d24903aa1df18febf37bb66b830982fd20ee))
### Features
* **frontend:** Dark Mode ([78c7afc](https://github.com/apricote/Listory/commit/78c7afc15263b8c93779d5bc07b1932b0e60055a))
## [1.18.2](https://github.com/apricote/Listory/compare/v1.18.1...v1.18.2) (2022-07-12)

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.18.2
version: 1.19.0
# 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.18.2
appVersion: 1.19.0

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@listory/api",
"version": "1.18.2",
"version": "1.19.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@listory/api",
"version": "1.18.2",
"version": "1.19.0",
"license": "MIT",
"dependencies": {
"@hapi/joi": "17.1.1",

View file

@ -1,6 +1,6 @@
{
"name": "@listory/api",
"version": "1.18.2",
"version": "1.19.0",
"description": "Track your Spotify Listen History",
"author": {
"name": "Julian Tölle",