chore(release): 1.21.0 [skip ci]

# [1.21.0](https://github.com/apricote/Listory/compare/v1.20.1...v1.21.0) (2023-02-19)

### Features

* **api:** API tokens for authentication ([8f7eebb](8f7eebb806))
This commit is contained in:
semantic-release-bot 2023-02-19 15:26:17 +00:00
parent 8f7eebb806
commit bfa3647a48
4 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,10 @@
# [1.21.0](https://github.com/apricote/Listory/compare/v1.20.1...v1.21.0) (2023-02-19)
### Features
* **api:** API tokens for authentication ([8f7eebb](https://github.com/apricote/Listory/commit/8f7eebb806d2a23f69ab7271f378591e4e9f206b))
## [1.20.1](https://github.com/apricote/Listory/compare/v1.20.0...v1.20.1) (2022-09-28) ## [1.20.1](https://github.com/apricote/Listory/compare/v1.20.0...v1.20.1) (2022-09-28)

View file

@ -14,8 +14,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
version: 1.20.1 version: 1.21.0
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: 1.20.1 appVersion: 1.21.0

4
package-lock.json generated
View file

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

View file

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