diff --git a/CHANGELOG.md b/CHANGELOG.md index 07bfa1177..474eee2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.302.11](https://github.com/SocialGouv/mano/compare/v1.302.10...v1.302.11) (2024-01-15) + + +### Bug Fixes + +* dans les stats d'actions, 'Catégories supprimées' à la place de 'Autres' ([#1831](https://github.com/SocialGouv/mano/issues/1831)) ([91e35ce](https://github.com/SocialGouv/mano/commit/91e35ce4794cea45cccb4ebddd806f42acc0de1f)) +* observations metadata ([#1829](https://github.com/SocialGouv/mano/issues/1829)) ([3952449](https://github.com/SocialGouv/mano/commit/3952449173e6493459f79f18cb0be7c42c97eab1)) + ## [1.302.10](https://github.com/SocialGouv/mano/compare/v1.302.9...v1.302.10) (2024-01-15) diff --git a/api/package.json b/api/package.json index a09bb020c..c8f14dbfb 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.302.10", + "version": "1.302.11", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index f1f9d534c..9d4988866 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.302.10", + "version": "1.302.11", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 69022df43..55784af4c 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.302.10", + "version": "1.302.11", "mobileAppVersion": "2.37.5", "private": true, "engines": {