diff --git a/CHANGELOG.md b/CHANGELOG.md index 474eee2c6..fd54e83fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.302.12](https://github.com/SocialGouv/mano/compare/v1.302.11...v1.302.12) (2024-01-16) + + +### Bug Fixes + +* more debug to observations ([#1836](https://github.com/SocialGouv/mano/issues/1836)) ([a124187](https://github.com/SocialGouv/mano/commit/a12418704e237757a10c5dcd9fdfe2c2aa40c357)) + ## [1.302.11](https://github.com/SocialGouv/mano/compare/v1.302.10...v1.302.11) (2024-01-15) diff --git a/api/package.json b/api/package.json index c8f14dbfb..73996d0ad 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.302.11", + "version": "1.302.12", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index f047cc9b9..201be99f5 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.302.11", + "version": "1.302.12", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 55784af4c..4617ccd16 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.302.11", + "version": "1.302.12", "mobileAppVersion": "2.37.5", "private": true, "engines": {