diff --git a/CHANGELOG.md b/CHANGELOG.md index d383e4bc8..482d09d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.288.1](https://github.com/SocialGouv/mano/compare/v1.288.0...v1.288.1) (2023-10-09) + + +### Bug Fixes + +* oops wrong email ([0962578](https://github.com/SocialGouv/mano/commit/0962578fefb18a10444750fdf9dc2f2be1e72eba)) + # [1.288.0](https://github.com/SocialGouv/mano/compare/v1.287.0...v1.288.0) (2023-10-09) diff --git a/api/package.json b/api/package.json index 81d13c0a3..69fec490d 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.288.0", + "version": "1.288.1", "mobileAppVersion": "2.37.2", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 44cd618cb..c74437298 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.288.0", + "version": "1.288.1", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 22c8286fb..123d4bb64 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.288.0", + "version": "1.288.1", "mobileAppVersion": "2.37.2", "private": true, "engines": {