diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 5121943..8e0eed7 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,3 +1,10 @@ +## client [1.7.5](https://github.com/fhswf/book_me/compare/client@1.7.4...client@1.7.5) (2024-10-16) + + +### Bug Fixes + +* improve quality ([c5b517d](https://github.com/fhswf/book_me/commit/c5b517dad7ee6acc6fe5d53a61dd34097f1d40f1)) + ## client [1.7.4](https://github.com/fhswf/book_me/compare/client@1.7.3...client@1.7.4) (2024-10-16) diff --git a/client/k8s/deployment.yaml b/client/k8s/deployment.yaml index 9449444..d7bd6fa 100644 --- a/client/k8s/deployment.yaml +++ b/client/k8s/deployment.yaml @@ -52,7 +52,7 @@ spec: configMapKeyRef: key: TZ name: bookme - image: ghcr.io/fhswf/book_me/frontend:1.7.4 + image: ghcr.io/fhswf/book_me/frontend:1.7.5 imagePullPolicy: Always name: client ports: diff --git a/client/package.json b/client/package.json index ceef87b..b9b00ea 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "1.7.4", + "version": "1.7.5", "homepage": "https://jupiter.fh-swf.de/meeting", "contributors": [ {