Skip to content

Commit e11e5f9

Browse files
committed
chore(@ddd-framework/core): release @ddd-framework/core v1.0.3
1 parent 984cac9 commit e11e5f9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

lib/core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/core-v1.0.2...${npm.name}-v1.0.3) (2023-10-28)
4+
5+
6+
### Features
7+
8+
* **@ddd-framework/collections:** entityCollection now supports Entity keys | `from` improvements ([18203ae](https://github.com/rmolinamir/ddd-framework/commit/18203ae49098f81e7b1886df41043ee323ec2369))
9+
10+
11+
### Bug Fixes
12+
13+
* **@ddd-framework/collections:** generic type fix ([6252ced](https://github.com/rmolinamir/ddd-framework/commit/6252ced49ecd8f201f21666b489ca423fc1b2312))
14+
* **@ddd-framework/core:** added details to exceptions thrown in domain events module ([984cac9](https://github.com/rmolinamir/ddd-framework/commit/984cac94aee0680dae2fe9d64701c2759910a63c))
15+
316
## [1.0.2](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/core-v1.0.1...${npm.name}-v1.0.2) (2023-07-22)
417

518

lib/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ddd-framework/core",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": false,
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)