Skip to content

Commit

Permalink
chore(master): release 4.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 1, 2024
1 parent 47997e0 commit 3017bfe
Show file tree
Hide file tree
Showing 3 changed files with 22 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.12.3"
".": "4.12.4"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [4.12.4](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.3...v4.12.4) (2024-05-01)


### Documentation

* update readme ([cf87eaf](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/cf87eafdd6b4edb08d9fa6c8085378affca16edf))


### Dependencies

* **deps:** lock file maintenance ([5dbec2a](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/5dbec2adda4e05518885d3d40d236b56308bdb68))
* **deps:** update codecov/codecov-action action to v4.3.1 ([79a5ff7](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/79a5ff76351df24c67bf235d451bd37d5dab98fc))
* **deps:** update dependency @types/node to v20.12.8 ([d226aa0](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/d226aa01a2ca8e3cff4259fade573bbf78b22a44))
* **deps:** update dependency vimeo/psalm to v5.24.0 ([47997e0](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/47997e0931a1ab7ac2c9f8d624fbcd5c6d754256))


### Code Refactoring

* apply rector rules ([8f6c630](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/8f6c630aeea7e283614593498280932d0aa7ba6d))

## [4.12.3](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.2...v4.12.3) (2024-04-26)


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.12.3",
"version": "4.12.4",
"keywords": [
"php",
"php8",
Expand Down

0 comments on commit 3017bfe

Please sign in to comment.