diff --git a/CHANGELOG.md b/CHANGELOG.md index e5feb09030..8f8fb87f6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.135.1](https://github.com/SocialGouv/domifa/compare/v2.135.0...v2.135.1) (2023-09-07) + + +### Bug Fixes + +* **migrations:** séparation des migrations et suppression des transactions ([a033be7](https://github.com/SocialGouv/domifa/commit/a033be71b403cbb6df6e02e7e2321ebcb8f9d83c)) + # [2.135.0](https://github.com/SocialGouv/domifa/compare/v2.134.15...v2.135.0) (2023-09-06) diff --git a/package.json b/package.json index b163d1ba45..a0e20d51cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.135.0", + "version": "2.135.1", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",