Skip to content

Commit 9ea5c90

Browse files
committed
chore(@ddd-framework/collections): release @ddd-framework/collections v1.1.0
1 parent 18203ae commit 9ea5c90

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

lib/collections/CHANGELOG.md

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

3+
## [1.1.0](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/collections-v1.0.1...${npm.name}-v1.1.0) (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+
* **core:** removed logs ([dfaf76f](https://github.com/rmolinamir/ddd-framework/commit/dfaf76f4987723a20d00590cf54faf012e7b4535))
14+
315
## [1.0.1](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/collections-v1.0.0...${npm.name}-v1.0.1) (2023-07-17)
416

517
## [1.0.0](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/collections-v0.0.1...${npm.name}-v1.0.0) (2023-07-17)

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.0.1",
3+
"version": "1.1.0",
44
"private": false,
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)