diff --git a/CHANGELOG.md b/CHANGELOG.md index 72276390a..ed2b1b28d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.301.11](https://github.com/SocialGouv/mano/compare/v1.301.10...v1.301.11) (2023-12-14) + + +### Bug Fixes + +* truplication again ([#1805](https://github.com/SocialGouv/mano/issues/1805)) ([4e97b93](https://github.com/SocialGouv/mano/commit/4e97b93eef16036e65b10b11d9919bb0b4e7d20e)), closes [#1804](https://github.com/SocialGouv/mano/issues/1804) + ## [1.301.10](https://github.com/SocialGouv/mano/compare/v1.301.9...v1.301.10) (2023-12-14) diff --git a/api/package.json b/api/package.json index ab120528c..7529253ec 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.301.10", + "version": "1.301.11", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 9473f1017..902afb0c6 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.301.10", + "version": "1.301.11", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 65b906017..23eae8445 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.301.10", + "version": "1.301.11", "mobileAppVersion": "2.37.5", "private": true, "engines": {