diff --git a/CHANGELOG.md b/CHANGELOG.md index b69a92305a..ab5ed24c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.169.13](https://github.com/SocialGouv/domifa/compare/v2.169.12...v2.169.13) (2024-06-11) + + +### Bug Fixes + +* update kontinuous needs ([5d08fe0](https://github.com/SocialGouv/domifa/commit/5d08fe01510e792ae039b5bb93a4a1c6fbf15c9d)) + ## [2.169.12](https://github.com/SocialGouv/domifa/compare/v2.169.11...v2.169.12) (2024-06-11) diff --git a/package.json b/package.json index 31a71b684a..851e4af807 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.169.12", + "version": "2.169.13", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",