From 9a1edf920fe1793d0cc6479016a6f826d4367af8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Apr 2023 14:24:53 +0000 Subject: [PATCH] chore(release): 1.24.2 [skip ci] ## [1.24.2](https://github.com/apricote/Listory/compare/v1.24.1...v1.24.2) (2023-04-02) ### Bug Fixes * missing docker auth ([b82860d](https://github.com/apricote/Listory/commit/b82860dfbaf7c1bd09fc3dbc1c41775132215697)) --- CHANGELOG.md | 7 +++++++ charts/listory/Chart.yaml | 4 ++-- docker-compose.prod.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270aab5..a34f0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.24.2](https://github.com/apricote/Listory/compare/v1.24.1...v1.24.2) (2023-04-02) + + +### Bug Fixes + +* missing docker auth ([b82860d](https://github.com/apricote/Listory/commit/b82860dfbaf7c1bd09fc3dbc1c41775132215697)) + ## [1.24.1](https://github.com/apricote/Listory/compare/v1.24.0...v1.24.1) (2023-04-02) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 5d4d147..d2638c8 100644 --- a/charts/listory/Chart.yaml +++ b/charts/listory/Chart.yaml @@ -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.24.1 +version: 1.24.2 # 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.24.1 +appVersion: 1.24.2 diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 75a07b7..6189d3f 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -18,7 +18,7 @@ services: - db api: - image: apricote/listory:1.24.1 + image: apricote/listory:1.24.2 restart: unless-stopped environment: DB_HOST: db diff --git a/package-lock.json b/package-lock.json index b2e4bc6..5a953e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.24.1", + "version": "1.24.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.24.1", + "version": "1.24.2", "license": "MIT", "dependencies": { "@apricote/nest-pg-boss": "1.0.0", diff --git a/package.json b/package.json index 4b3397c..c07b444 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.24.1", + "version": "1.24.2", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",