diff --git a/CHANGELOG.md b/CHANGELOG.md index 401e17f19c..9a701c3cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.191.0](https://github.com/SocialGouv/domifa/compare/v2.190.1...v2.191.0) (2025-01-16) + + +### Bug Fixes + +* **backend:** fix unit test for export ([2721067](https://github.com/SocialGouv/domifa/commit/27210677455eb15ee3a2ce40af7b502445857936)) + + +### Features + +* **export:** export by chunks ([006f945](https://github.com/SocialGouv/domifa/commit/006f9453e77e7492ea07e4dfe7afb8dcc55c88e3)) + ## [2.190.1](https://github.com/SocialGouv/domifa/compare/v2.190.0...v2.190.1) (2025-01-09) diff --git a/package.json b/package.json index 4d2312b142..7bfa62829a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.190.1", + "version": "2.191.0", "scripts": { "build": "lerna run build ", "dev": "lerna run dev ",