Skip to content

Commit 5baf08f

Browse files
author
janvt
authored
Merge pull request #20 from geekcell/release-please--branches--main--components--release-please-action
chore(main): release 1.3.0
2 parents 66f37e6 + dcba2ae commit 5baf08f

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.3.0](https://github.com/geekcell/php-ddd/compare/v1.2.0...v1.3.0) (2023-11-29)
4+
5+
6+
### Features
7+
8+
* accept items in constructor arguments for in memory repository ([687479e](https://github.com/geekcell/php-ddd/commit/687479ec264bc0255aa5300782318af4baa1572c))
9+
310
## [1.2.0](https://github.com/geekcell/php-ddd/compare/v1.1.1...v1.2.0) (2023-05-22)
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.2.0",
6+
"version": "1.3.0",
77
"autoload": {
88
"psr-4": {
99
"GeekCell\\Ddd\\": "src/",

0 commit comments

Comments
 (0)