diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f25467e9..1573e55c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.288.3](https://github.com/SocialGouv/mano/compare/v1.288.2...v1.288.3) (2023-10-09) + + +### Bug Fixes + +* **website:** add régions ([479ffd7](https://github.com/SocialGouv/mano/commit/479ffd7cc8e8497b23c96b551c8a35564448570e)) + ## [1.288.2](https://github.com/SocialGouv/mano/compare/v1.288.1...v1.288.2) (2023-10-09) diff --git a/api/package.json b/api/package.json index 30242d702..fb7733d6e 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.288.2", + "version": "1.288.3", "mobileAppVersion": "2.37.2", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 5104bcebd..e74b8ec9e 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.288.2", + "version": "1.288.3", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 01860d994..7a53ab616 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.288.2", + "version": "1.288.3", "mobileAppVersion": "2.37.2", "private": true, "engines": {