diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e674b5707..f9a44c16e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.134.11](https://github.com/SocialGouv/domifa/compare/v2.134.10...v2.134.11) (2023-09-04) + + +### Bug Fixes + +* **api:** amélioration des DTO ([b46db82](https://github.com/SocialGouv/domifa/commit/b46db82a5c698b5a46ee886b3645ac76c3b2dac4)) +* **frontend:** amélioration des linters, correction d'un bug sur Safari ([8bb8184](https://github.com/SocialGouv/domifa/commit/8bb81843d1ef16d1fc0dc06c79abf25bc08abf4e)) + ## [2.134.10](https://github.com/SocialGouv/domifa/compare/v2.134.9...v2.134.10) (2023-09-03) diff --git a/package.json b/package.json index 3d4c22d618..b0697a3a78 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.134.10", + "version": "2.134.11", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",