diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa26eb5f0..d9dd36e703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.173.31](https://github.com/SocialGouv/domifa/compare/v2.173.30...v2.173.31) (2024-09-23) + + +### Bug Fixes + +* **backend:** fix update of options ([d84193a](https://github.com/SocialGouv/domifa/commit/d84193a80d231801c02351a109d17c9207096b5d)) + ## [2.173.30](https://github.com/SocialGouv/domifa/compare/v2.173.29...v2.173.30) (2024-09-17) diff --git a/package.json b/package.json index 09d7a6b523..630655f75c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.173.30", + "version": "2.173.31", "scripts": { "build": "lerna run build ", "dev": "lerna run dev ",