diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6bd0836f..34326a8daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.178.3](https://github.com/SocialGouv/domifa/compare/v2.178.2...v2.178.3) (2024-10-19) + + +### Bug Fixes + +* **deps:** update dependency @sentry/browser to v8.33.0 [security] ([16a0b4e](https://github.com/SocialGouv/domifa/commit/16a0b4eed79c23059c310810ce34805dc752cf67)) + ## [2.178.2](https://github.com/SocialGouv/domifa/compare/v2.178.1...v2.178.2) (2024-10-17) diff --git a/package.json b/package.json index 757ac6ace6..868c327267 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.178.2", + "version": "2.178.3", "scripts": { "build": "lerna run build ", "dev": "lerna run dev ",