diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0189b380..8f605b420f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.193.1](https://github.com/SocialGouv/domifa/compare/v2.193.0...v2.193.1) (2025-01-20) + + +### Bug Fixes + +* **backend:** free memory and useless data for stats & exports ([86d9238](https://github.com/SocialGouv/domifa/commit/86d923806de3e84f7c3a212a96158422b7c2c224)) + # [2.193.0](https://github.com/SocialGouv/domifa/compare/v2.192.0...v2.193.0) (2025-01-16) diff --git a/package.json b/package.json index d1b4055d7d..f942a32317 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.193.0", + "version": "2.193.1", "scripts": { "build": "lerna run build ", "dev": "lerna run dev ",