diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4e09bf75..49500f3e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.164.21](https://github.com/SocialGouv/domifa/compare/v2.164.20...v2.164.21) (2024-03-18) + + +### Bug Fixes + +* **backend:** fix unit tests ([f6db518](https://github.com/SocialGouv/domifa/commit/f6db518339eef66dae9e4516a00c33f9862125ae)) +* **frontend:** small fixes ([0feecf7](https://github.com/SocialGouv/domifa/commit/0feecf7dfbd228af90482a6e06671251aa6c6468)) +* **phones:** validation of phones ([4869c63](https://github.com/SocialGouv/domifa/commit/4869c6318b7d22fe4f4cd11ded22941c9e64e170)) + ## [2.164.20](https://github.com/SocialGouv/domifa/compare/v2.164.19...v2.164.20) (2024-03-11) diff --git a/package.json b/package.json index 0ba1d84f38..b6610ad15c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.164.20", + "version": "2.164.21", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",