diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc85c031e..7f08ba377e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.154.1](https://github.com/SocialGouv/domifa/compare/v2.154.0...v2.154.1) (2024-01-03) + + +### Bug Fixes + +* **news:** add news before prod ([e5878d2](https://github.com/SocialGouv/domifa/commit/e5878d2bed126e6b927fe44f70e61303191bd0c8)) + # [2.154.0](https://github.com/SocialGouv/domifa/compare/v2.153.1...v2.154.0) (2024-01-02) diff --git a/package.json b/package.json index 190529467d..45d727d7d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.154.0", + "version": "2.154.1", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",