From b1f2df1fc3fac908f3826d40dae5bb846a0ff881 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:04:59 +0000 Subject: [PATCH] chore(release): 2.191.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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 ",