Skip to content

Commit

Permalink
chore(release): 1.27.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.27.0](v1.26.2...v1.27.0) (2023-09-16)

### Features

* improve listens report response time ([89440da](89440da))
  • Loading branch information
semantic-release-bot committed Sep 16, 2023
1 parent 89440da commit fd28daa
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions charts/listory/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fd28daa

Please sign in to comment.