diff --git a/CHANGELOG.md b/CHANGELOG.md index 90143cd5f1..aed7fde5fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.182.3](https://github.com/SocialGouv/domifa/compare/v2.182.2...v2.182.3) (2024-11-06) + + +### Bug Fixes + +* **frontend:** fix build & double mention in sentry ([e79dcb3](https://github.com/SocialGouv/domifa/commit/e79dcb379064ac3580a3515b48153d10d677e663)) + ## [2.182.2](https://github.com/SocialGouv/domifa/compare/v2.182.1...v2.182.2) (2024-11-05) diff --git a/package.json b/package.json index eb2807cd54..ef29b8eb82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.182.2", + "version": "2.182.3", "scripts": { "build": "lerna run build ", "dev": "lerna run dev ",