diff --git a/CHANGELOG.md b/CHANGELOG.md index e61a290880..a905810f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.141.2](https://github.com/SocialGouv/domifa/compare/v2.141.1...v2.141.2) (2023-10-23) + + +### Bug Fixes + +* **cerfa:** delete useless field ([3f36466](https://github.com/SocialGouv/domifa/commit/3f36466253292567eb8d3d4c4ae6f7ab9659a496)) + ## [2.141.1](https://github.com/SocialGouv/domifa/compare/v2.141.0...v2.141.1) (2023-10-13) diff --git a/package.json b/package.json index 98d54ae986..9352101d19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.141.1", + "version": "2.141.2", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",