diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d46d40..b58cb6b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.44.1](https://github.com/BLSQ/openhexa-frontend/compare/0.44.0...0.44.1) (2024-02-07) + + +### Miscellaneous + +* Minor changes on dockerfile ([15aaf49](https://github.com/BLSQ/openhexa-frontend/commit/15aaf492176b5bd5ae2b1ab345252b131ac94851)) +* update dockerfile to use node 20 ([#552](https://github.com/BLSQ/openhexa-frontend/issues/552)) ([8cf7d71](https://github.com/BLSQ/openhexa-frontend/commit/8cf7d7115f212c4fb8a7cc5bf0f2f7f0b0f1ce77)) + ## [0.44.0](https://github.com/BLSQ/openhexa-frontend/compare/0.43.1...0.44.0) (2024-02-06) diff --git a/package-lock.json b/package-lock.json index 208b9e42..41e102e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhexa-frontend", - "version": "0.44.0", + "version": "0.44.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhexa-frontend", - "version": "0.44.0", + "version": "0.44.1", "dependencies": { "@apollo/client": "^3.8.8", "@apollo/link-error": "^2.0.0-beta.3", diff --git a/package.json b/package.json index 1c9f5ffc..07692d90 100644 --- a/package.json +++ b/package.json @@ -124,5 +124,5 @@ "prettier-plugin-tailwindcss": "^0.5.4", "tailwindcss": "^3.3.2" }, - "version": "0.44.0" + "version": "0.44.1" }