diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e1005355..64ec100bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.157.0](https://github.com/SocialGouv/domifa/compare/v2.156.5...v2.157.0) (2024-01-15) + + +### Features + +* **export:** add language to excel file ([5927d63](https://github.com/SocialGouv/domifa/commit/5927d637d9e3cd3ad313852214c5a692e616de90)) + ## [2.156.5](https://github.com/SocialGouv/domifa/compare/v2.156.4...v2.156.5) (2024-01-15) diff --git a/package.json b/package.json index a72168b23f..e7de79c642 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.156.5", + "version": "2.157.0", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",