Skip to content

Commit

Permalink
Merge pull request #699 from wayofdev/release-please--branches--maste…
Browse files Browse the repository at this point in the history
…r--components--laravel-cycle-orm-adapter

chore(master): release 4.12.0
  • Loading branch information
lotyp committed Apr 22, 2024
2 parents e4059de + d8bba0d commit 253cb43
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.11.4"
".": "4.12.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [4.12.0](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.11.4...v4.12.0) (2024-04-22)


### Features

* apply composer require checker linting ([ca071fa](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/ca071fa70949801003075f2d7a4b18e84cb92092))


### Bug Fixes

* composer warning about missing root composer version ([73c516c](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/73c516c7692a330f38b60962b9287612f1dddc46))
* **deps:** update dependency next to v14.2.1 ([3298424](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/3298424c3bce7e7b99b08da03793b03320db8e47))
* **deps:** update dependency next to v14.2.2 ([da1c744](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/da1c744f8f9f39902285df31e839629f53fdaa40))


### Documentation

* fix php typos in factories ([31e40d9](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/31e40d973d9dd4fbbe1af52f1f37f1e9a7dd3045))

## [4.11.4](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.11.3...v4.11.4) (2024-04-11)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.4",
"version": "4.12.0",
"keywords": [
"php",
"php8",
Expand Down

0 comments on commit 253cb43

Please sign in to comment.