chore(release): 1.5.0 [skip ci]

# [1.5.0](https://github.com/apricote/Listory/compare/v1.4.4...v1.5.0) (2020-11-09)

### Features

* implement long-lived sessions ([44f7e26](44f7e26270))
This commit is contained in:
semantic-release-bot 2020-11-09 17:38:29 +00:00
parent 44f7e26270
commit 740426ae00
4 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
# [1.5.0](https://github.com/apricote/Listory/compare/v1.4.4...v1.5.0) (2020-11-09)
### Features
* implement long-lived sessions ([44f7e26](https://github.com/apricote/Listory/commit/44f7e262703a68b147419748050cc72cffac756c))
## [1.4.4](https://github.com/apricote/Listory/compare/v1.4.3...v1.4.4) (2020-11-07)

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.4.4
version: 1.5.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.4.4
appVersion: 1.5.0

2
package-lock.json generated
View file

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

View file

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