diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ec100bd6..a16ecf1041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.158.0](https://github.com/SocialGouv/domifa/compare/v2.157.0...v2.158.0) (2024-01-17) + + +### Features + +* **docs:** add new item in custom docs ([04c7365](https://github.com/SocialGouv/domifa/commit/04c73655065882865537fcbaab9a465243d097d2)) + # [2.157.0](https://github.com/SocialGouv/domifa/compare/v2.156.5...v2.157.0) (2024-01-15) diff --git a/package.json b/package.json index e7de79c642..e133ecd252 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.157.0", + "version": "2.158.0", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",