chore(release): 1.28.0 [skip ci]

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

### Features

* optimize db queries ([#297](https://github.com/apricote/Listory/issues/297)) ([dd57a52](dd57a52ab6))
This commit is contained in:
semantic-release-bot 2023-09-16 22:38:10 +00:00
parent dd57a52ab6
commit faa07c1297
5 changed files with 13 additions and 6 deletions

View file

@ -1,3 +1,10 @@
# [1.28.0](https://github.com/apricote/Listory/compare/v1.27.0...v1.28.0) (2023-09-16)
### Features
* optimize db queries ([#297](https://github.com/apricote/Listory/issues/297)) ([dd57a52](https://github.com/apricote/Listory/commit/dd57a52ab66684e713c5d0766a8fed281b472e40))
# [1.27.0](https://github.com/apricote/Listory/compare/v1.26.2...v1.27.0) (2023-09-16) # [1.27.0](https://github.com/apricote/Listory/compare/v1.26.2...v1.27.0) (2023-09-16)

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.27.0 version: 1.28.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.27.0 appVersion: 1.28.0

View file

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

4
package-lock.json generated
View file

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

View file

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