Skip to content

Commit

Permalink
Merge pull request #29 from geekcell/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--release-please-action

chore(main): release 1.6.0
  • Loading branch information
ckappen authored Apr 24, 2024
2 parents 9b67d79 + 1f6933d commit 583bc79
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.6.0](https://github.com/geekcell/php-ddd/compare/v1.5.0...v1.6.0) (2024-04-24)


### Features

* add find and findLast functions ([08588d2](https://github.com/geekcell/php-ddd/commit/08588d2ec3a95aa6d9436f382eedf610c035ec0f))
* add toList and toArray functions to Collection ([c883b50](https://github.com/geekcell/php-ddd/commit/c883b503c193042f7beb7df20a7ed7e964dd3d6f))


### Bug Fixes

* Add T as a possible return type for lastOr and firstOr ([b60ea9c](https://github.com/geekcell/php-ddd/commit/b60ea9c3985620b11960902b65dad114d95ea0e4))

## [1.5.0](https://github.com/geekcell/php-ddd/compare/v1.4.0...v1.5.0) (2024-01-08)


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": "Your ultimate guard rails for domain driven design with PHP.",
"type": "library",
"license": "MIT",
"version": "1.5.0",
"version": "1.6.0",
"autoload": {
"psr-4": {
"GeekCell\\Ddd\\": "src/",
Expand Down

0 comments on commit 583bc79

Please sign in to comment.