Skip to content

Commit c42f7ea

Browse files
committed
Merge branch 'main' of github.com:geekcell/php-ddd
2 parents 6e8d82e + 21f81f7 commit c42f7ea

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.0.1](https://github.com/geekcell/php-ddd/compare/v1.0.0...v1.0.1) (2023-01-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove package from docstring. ([a74b1ac](https://github.com/geekcell/php-ddd/commit/a74b1ac3cbc1d03681e574e339c4c6d2b4b433f2))
9+
310
## [1.0.0](https://github.com/geekcell/php-ddd/compare/v2.0.0...v1.0.0) (2023-01-16)
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.0.0",
6+
"version": "1.0.1",
77
"autoload": {
88
"psr-4": {
99
"GeekCell\\Ddd\\": "src/",

0 commit comments

Comments
 (0)