diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 2adca8fb..17f15105 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.12.1" + ".": "4.12.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 18abb5da..3d44fb28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.12.2](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.1...v4.12.2) (2024-04-25) + + +### Bug Fixes + +* **deps:** update react monorepo to v18.3.0 ([b1d1372](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/b1d137266a4ce2a42eade10c6742b973e768d3ed)) + ## [4.12.1](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.0...v4.12.1) (2024-04-24) diff --git a/composer.json b/composer.json index a38a4968..a75355bc 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.1", + "version": "4.12.2", "keywords": [ "php", "php8",