diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a1d622a7..90d9695b8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.155.2](https://github.com/SocialGouv/domifa/compare/v2.155.1...v2.155.2) (2024-01-10) + + +### Bug Fixes + +* **excel:** add new templates ([9e2debf](https://github.com/SocialGouv/domifa/commit/9e2debfd2aab63738651bc9133ba19177e6a095e)) + ## [2.155.1](https://github.com/SocialGouv/domifa/compare/v2.155.0...v2.155.1) (2024-01-09) diff --git a/package.json b/package.json index c306bb26d0..ae978fd242 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.155.1", + "version": "2.155.2", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",