Skip to content

Commit ab02639

Browse files
committed
chore(master): release 4.12.4
1 parent 7a5f7bd commit ab02639

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-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.12.3"
2+
".": "4.12.4"
33
}

Diff for: CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [4.12.4](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.3...v4.12.4) (2024-05-09)
4+
5+
6+
### Documentation
7+
8+
* update readme ([cf87eaf](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/cf87eafdd6b4edb08d9fa6c8085378affca16edf))
9+
10+
11+
### Dependencies
12+
13+
* **deps:** lock file maintenance ([059435d](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/059435d24cb8ca926001b10c9b368a3ec5e2eea7))
14+
* **deps:** lock file maintenance ([5dbec2a](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/5dbec2adda4e05518885d3d40d236b56308bdb68))
15+
* **deps:** update codecov/codecov-action action to v4.3.1 ([79a5ff7](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/79a5ff76351df24c67bf235d451bd37d5dab98fc))
16+
* **deps:** update dependency @types/node to v20.12.10 ([eca6204](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/eca62040fc8ffef76a02181256e4795cea9fa8ff))
17+
* **deps:** update dependency @types/node to v20.12.11 ([2355dea](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/2355dea7f820c0b85903c894af8c63cf688501af))
18+
* **deps:** update dependency @types/node to v20.12.8 ([d226aa0](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/d226aa01a2ca8e3cff4259fade573bbf78b22a44))
19+
* **deps:** update dependency cycle/orm to v2.8.0 ([a50b7bc](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/a50b7bcd27d1d55dd014d99e7521ae1c8e987715))
20+
* **deps:** update dependency larastan/larastan to v2.9.6 ([7a5f7bd](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/7a5f7bd798694cf02ec408a15046c0a26b9e6159))
21+
* **deps:** update dependency vimeo/psalm to v5.24.0 ([47997e0](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/47997e0931a1ab7ac2c9f8d624fbcd5c6d754256))
22+
23+
24+
### Code Refactoring
25+
26+
* apply rector rules ([8f6c630](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/8f6c630aeea7e283614593498280932d0aa7ba6d))
27+
328
## [4.12.3](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.2...v4.12.3) (2024-04-26)
429

530

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.12.3",
6+
"version": "4.12.4",
77
"keywords": [
88
"php",
99
"php8",

0 commit comments

Comments
 (0)