Skip to content

Commit db2f32f

Browse files
chore(main): release 1.1.1 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 48a3443 commit db2f32f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/geekcell/php-ddd/compare/v1.1.0...v1.1.1) (2023-03-31)
4+
5+
6+
### Bug Fixes
7+
8+
* Improve `Collection::filter` method to not retain indices. ([#13](https://github.com/geekcell/php-ddd/issues/13)) ([1848c02](https://github.com/geekcell/php-ddd/commit/1848c020ca062573b5b88a235ec9c304d110445f)), closes [#12](https://github.com/geekcell/php-ddd/issues/12)
9+
310
## [1.1.0](https://github.com/geekcell/php-ddd/compare/v1.0.2...v1.1.0) (2023-01-20)
411

512

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Your ultimate guard rails for domain driven design with PHP.",
44
"type": "library",
55
"license": "MIT",
6-
"version": "1.1.0",
6+
"version": "1.1.1",
77
"autoload": {
88
"psr-4": {
99
"GeekCell\\Ddd\\": "src/",

0 commit comments

Comments
 (0)