Skip to content

Commit df3f12b

Browse files
author
janvt
authored
Merge pull request #22 from geekcell/release-please--branches--main--components--release-please-action
chore(main): release 1.3.1
2 parents 77aa34f + 0f0209b commit df3f12b

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.1](https://github.com/geekcell/php-ddd/compare/v1.3.0...v1.3.1) (2023-12-05)
4+
5+
6+
### Bug Fixes
7+
8+
* phpdoc: let InMemoryRepository implement interface instead of extending it ([ef575a5](https://github.com/geekcell/php-ddd/commit/ef575a50947025ca8e15c303eaa9148645408272))
9+
310
## [1.3.0](https://github.com/geekcell/php-ddd/compare/v1.2.0...v1.3.0) (2023-11-29)
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.3.0",
6+
"version": "1.3.1",
77
"autoload": {
88
"psr-4": {
99
"GeekCell\\Ddd\\": "src/",

0 commit comments

Comments
 (0)