Skip to content

Commit

Permalink
chore(release): 1.7.4 [skip ci]
Browse files Browse the repository at this point in the history
## backend [1.7.4](https://github.com/fhswf/book_me/compare/[email protected]@1.7.4) (2024-09-23)

### Bug Fixes

* **config:** update config values ([a2d2e63](a2d2e63))
  • Loading branch information
semantic-release-bot committed Sep 23, 2024
1 parent 951527f commit 69fbbc9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## backend [1.7.4](https://github.com/fhswf/book_me/compare/[email protected]@1.7.4) (2024-09-23)


### Bug Fixes

* **config:** update config values ([a2d2e63](https://github.com/fhswf/book_me/commit/a2d2e639d3667c186142fcd6f6b7d28823551680))

## backend [1.7.3](https://github.com/fhswf/book_me/compare/[email protected]@1.7.3) (2024-09-23)


Expand Down
2 changes: 1 addition & 1 deletion backend/k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
configMapKeyRef:
key: TZ
name: bookme
image: ghcr.io/fhswf/book_me/backend:1.7.3
image: ghcr.io/fhswf/book_me/backend:1.7.4
name: bookme
ports:
- containerPort: 5000
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.7.3",
"version": "1.7.4",
"description": "",
"repository": {
"type": "git",
Expand Down

0 comments on commit 69fbbc9

Please sign in to comment.