diff --git a/CHANGELOG.md b/CHANGELOG.md index 349f79b61..9c6fd1116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.94.3](https://github.com/SocialGouv/mano/compare/v1.94.2...v1.94.3) (2022-04-22) + + +### Bug Fixes + +* relaunch the deployment ([d6f804e](https://github.com/SocialGouv/mano/commit/d6f804ee12b6da39dd828d717b72bbfee0f3ce7b)) + ## [1.94.2](https://github.com/SocialGouv/mano/compare/v1.94.1...v1.94.2) (2022-04-21) diff --git a/api/package.json b/api/package.json index 03fe358f4..4e2655675 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.94.2", + "version": "1.94.3", "mobileAppVersion": "2.18.1", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 854e46f88..f50020633 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.94.2", + "version": "1.94.3", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index d84c54e81..0950e34b4 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate", - "version": "1.94.2", + "version": "1.94.3", "mobileAppVersion": "2.18.1", "private": true, "engines": {