diff --git a/CHANGELOG.md b/CHANGELOG.md index 08324eb1b4..c5d205078f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.188.8](https://github.com/SocialGouv/domifa/compare/v2.188.7...v2.188.8) (2024-12-24) + + +### Bug Fixes + +* **frontend:** fix small bugs ([afaa32f](https://github.com/SocialGouv/domifa/commit/afaa32f1557b582a320da081a089a9c066f82d0d)) + ## [2.188.7](https://github.com/SocialGouv/domifa/compare/v2.188.6...v2.188.7) (2024-12-19) diff --git a/package.json b/package.json index ea6dc4d0e1..0bf8bf78ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.188.7", + "version": "2.188.8", "scripts": { "build": "lerna run build ", "dev": "lerna run dev ",