Skip to content

Commit

Permalink
chore(release): 1.31.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.31.0](v1.30.1...v1.31.0) (2023-10-15)

### Features

* **frontend:** hide revoked api tokens ([#307](#307)) ([4cef4f7](4cef4f7))
  • Loading branch information
semantic-release-bot committed Oct 15, 2023
1 parent 4cef4f7 commit 44b3b76
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.31.0](https://github.com/apricote/Listory/compare/v1.30.1...v1.31.0) (2023-10-15)


### Features

* **frontend:** hide revoked api tokens ([#307](https://github.com/apricote/Listory/issues/307)) ([4cef4f7](https://github.com/apricote/Listory/commit/4cef4f75ace6a38ba19c1d2f93d81389ec2b7cb8))

## [1.30.1](https://github.com/apricote/Listory/compare/v1.30.0...v1.30.1) (2023-10-08)


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.30.1
version: 1.31.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.30.1
appVersion: 1.31.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.30.1
image: apricote/listory:1.31.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.30.1",
"version": "1.31.0",
"description": "Track your Spotify Listen History",
"author": {
"name": "Julian Tölle",
Expand Down

0 comments on commit 44b3b76

Please sign in to comment.