diff --git a/CHANGELOG.md b/CHANGELOG.md index cb33ebec14..533c8f2e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.147.1](https://github.com/SocialGouv/domifa/compare/v2.147.0...v2.147.1) (2023-12-06) + + +### Bug Fixes + +* **procuration:** fix delete procurations ([b1e78eb](https://github.com/SocialGouv/domifa/commit/b1e78eb41e54966a19036e4dcf31e27305dfdd5b)) + # [2.147.0](https://github.com/SocialGouv/domifa/compare/v2.146.5...v2.147.0) (2023-12-05) diff --git a/package.json b/package.json index 5865e8a77d..7264a8ec3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.147.0", + "version": "2.147.1", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",