Skip to content

Commit 253cb43

Browse files
authored
Merge pull request #699 from wayofdev/release-please--branches--master--components--laravel-cycle-orm-adapter
chore(master): release 4.12.0
2 parents e4059de + d8bba0d commit 253cb43

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Diff for: .github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.11.4"
2+
".": "4.12.0"
33
}

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [4.12.0](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.11.4...v4.12.0) (2024-04-22)
4+
5+
6+
### Features
7+
8+
* apply composer require checker linting ([ca071fa](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/ca071fa70949801003075f2d7a4b18e84cb92092))
9+
10+
11+
### Bug Fixes
12+
13+
* composer warning about missing root composer version ([73c516c](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/73c516c7692a330f38b60962b9287612f1dddc46))
14+
* **deps:** update dependency next to v14.2.1 ([3298424](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/3298424c3bce7e7b99b08da03793b03320db8e47))
15+
* **deps:** update dependency next to v14.2.2 ([da1c744](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/da1c744f8f9f39902285df31e839629f53fdaa40))
16+
17+
18+
### Documentation
19+
20+
* fix php typos in factories ([31e40d9](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/31e40d973d9dd4fbbe1af52f1f37f1e9a7dd3045))
21+
322
## [4.11.4](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.11.3...v4.11.4) (2024-04-11)
423

524

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.",
44
"license": "MIT",
55
"type": "library",
6-
"version": "4.11.4",
6+
"version": "4.12.0",
77
"keywords": [
88
"php",
99
"php8",

0 commit comments

Comments
 (0)