diff --git a/CHANGELOG.md b/CHANGELOG.md index e39b724b6..34922c203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.284.25](https://github.com/SocialGouv/mano/compare/v1.284.24...v1.284.25) (2023-10-02) + + +### Bug Fixes + +* **dashboard:** ré-évalue le nombre de commentaires qui sont en fait un historique de personne suivie ([c0e839b](https://github.com/SocialGouv/mano/commit/c0e839b20761246967b1d585534be98b83a3e20f)) + ## [1.284.24](https://github.com/SocialGouv/mano/compare/v1.284.23...v1.284.24) (2023-10-02) diff --git a/api/package.json b/api/package.json index 0940e5ca1..cf4d0cd3f 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.284.24", + "version": "1.284.25", "mobileAppVersion": "2.37.1", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index f7368d8b7..9b75d8409 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.284.24", + "version": "1.284.25", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 080a183ed..ecaeb37d9 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.284.24", + "version": "1.284.25", "mobileAppVersion": "2.37.1", "private": true, "engines": {