diff --git a/backend/CHANGELOG.md b/backend/CHANGELOG.md index af45fba2..1761ce46 100644 --- a/backend/CHANGELOG.md +++ b/backend/CHANGELOG.md @@ -1,6 +1,18 @@ # backend [1.1.0](https://github.com/fhswf/book_me/compare/backend@1.0.0...backend@1.1.0) (2023-09-10) +### Features + +* docker build in release ([000ce1c](https://github.com/fhswf/book_me/commit/000ce1cb8162a30c43d43d24ddb59aa54c28efb2)) +* docker build in release ([2205739](https://github.com/fhswf/book_me/commit/2205739080523259c7ec345a5482f792d3f22e3d)) +* docker build in release ([920652b](https://github.com/fhswf/book_me/commit/920652bec227fec613fb8eec7dbc4b8b13eee566)) +* docker build in release ([ca47fa9](https://github.com/fhswf/book_me/commit/ca47fa9e1b21eccc7d75ab8eb5936d468516f10b)) +* docker build in release ([b1610e3](https://github.com/fhswf/book_me/commit/b1610e3c6a7bd013e58107e9f53f8b2b9a6a6c0f)) +* docker build in release ([e856a5c](https://github.com/fhswf/book_me/commit/e856a5c1c1b03d7e258bd14c36dba9c67c08e768)) + +# backend [1.1.0](https://github.com/fhswf/book_me/compare/backend@1.0.0...backend@1.1.0) (2023-09-10) + + ### Features * docker build in release ([920652b](https://github.com/fhswf/book_me/commit/920652bec227fec613fb8eec7dbc4b8b13eee566)) diff --git a/backend/package.json b/backend/package.json index ad55bf2d..316287a1 100644 --- a/backend/package.json +++ b/backend/package.json @@ -29,7 +29,7 @@ "dependencies": { "bcryptjs": "^2.4.3", "body-parser": "^1.20.1", - "common": "workspace:^", + "common": "1.0.0", "concurrently": "^8.2.1", "cookie-parser": "^1.4.5", "cors": "^2.8.5",