diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d737d43d..6772b54280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.164.9](https://github.com/SocialGouv/domifa/compare/v2.164.8...v2.164.9) (2024-02-29) + + +### Bug Fixes + +* ci yaml ([af49c61](https://github.com/SocialGouv/domifa/commit/af49c6195f45477efd9afc6b6455eba32eada10f)) + ## [2.164.8](https://github.com/SocialGouv/domifa/compare/v2.164.7...v2.164.8) (2024-02-29) diff --git a/package.json b/package.json index 30d70ff039..1760b7f0e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.164.8", + "version": "2.164.9", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",