diff --git a/CHANGELOG.md b/CHANGELOG.md index afb654564f..954fd6f807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.148.5](https://github.com/SocialGouv/domifa/compare/v2.148.4...v2.148.5) (2023-12-16) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([b42c6f6](https://github.com/SocialGouv/domifa/commit/b42c6f63866c1d16fbad7c4cbceb9119b61f418f)) + ## [2.148.4](https://github.com/SocialGouv/domifa/compare/v2.148.3...v2.148.4) (2023-12-16) diff --git a/package.json b/package.json index b94e7d82b5..dffd7895b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.148.4", + "version": "2.148.5", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",