diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 17f15105..9492cc0b 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.12.2" + ".": "4.12.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d44fb28..9b92ec55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.12.3](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.2...v4.12.3) (2024-04-26) + + +### Bug Fixes + +* **deps:** update react monorepo to v18.3.1 ([6ea1bd0](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/6ea1bd0eae95b53fba54f6e863149d315c2790a5)) + ## [4.12.2](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.1...v4.12.2) (2024-04-25) diff --git a/composer.json b/composer.json index a75355bc..c177d8a8 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.", "license": "MIT", "type": "library", - "version": "4.12.2", + "version": "4.12.3", "keywords": [ "php", "php8",