chore(release): 1.27.0 [skip ci]

# [1.27.0](https://github.com/apricote/Listory/compare/v1.26.2...v1.27.0) (2023-09-16)

### Features

* improve listens report response time ([89440da](89440daf7b))
This commit is contained in:
semantic-release-bot 2023-09-16 21:27:59 +00:00
parent 89440daf7b
commit fd28daa37a
5 changed files with 13 additions and 6 deletions

View file

@ -1,3 +1,10 @@
# [1.27.0](https://github.com/apricote/Listory/compare/v1.26.2...v1.27.0) (2023-09-16)
### Features
* improve listens report response time ([89440da](https://github.com/apricote/Listory/commit/89440daf7ba38ff97fabd19cf3a9d11ab21efb45))
## [1.26.2](https://github.com/apricote/Listory/compare/v1.26.1...v1.26.2) (2023-09-10)

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.26.2
version: 1.27.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.26.2
appVersion: 1.27.0

View file

@ -18,7 +18,7 @@ services:
- db
api:
image: apricote/listory:1.26.2
image: apricote/listory:1.27.0
restart: unless-stopped
environment:
DB_HOST: db

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@listory/api",
"version": "1.26.2",
"version": "1.27.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@listory/api",
"version": "1.26.2",
"version": "1.27.0",
"license": "MIT",
"dependencies": {
"@apricote/nest-pg-boss": "2.1.0",

View file

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