Skip to content

Commit 4ca60e7

Browse files
committed
chore(@ddd-framework/collections): release @ddd-framework/collections v1.1.2
1 parent c2ddb72 commit 4ca60e7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

lib/collections/CHANGELOG.md

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

3+
## [1.1.2](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/collections-v1.1.1...${npm.name}-v1.1.2) (2023-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **@ddd-framework/collections:** type improvements | now attempting to unpack entity IDs ([c2ddb72](https://github.com/rmolinamir/ddd-framework/commit/c2ddb720f0319043474a73d8687814760978be8c))
9+
* **@ddd-framework/core:** added details to exceptions thrown in domain events module ([984cac9](https://github.com/rmolinamir/ddd-framework/commit/984cac94aee0680dae2fe9d64701c2759910a63c))
10+
311
## [1.1.1](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/collections-v1.1.0...${npm.name}-v1.1.1) (2023-10-28)
412

513

lib/collections/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/collections",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": false,
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)