Skip to content

Commit 44fc3b9

Browse files
Merge pull request #421 from 4lessandrodev/chore/update-v3-to-v1.23.3
chore: bump rich-domain to v1.23.3
2 parents a70877c + 79bc748 commit 44fc3b9

File tree

3 files changed

+133
-103
lines changed

3 files changed

+133
-103
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ All notable changes to this project will be documented in this file.
1010

1111
---
1212

13+
### [3.9.3] - 2024-06-26
14+
15+
### Fix
16+
17+
- Fix: update rich-domain to v1.23.3
18+
19+
---
20+
1321
### [3.9.2] - 2024-05-28
1422

1523
### Fix

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "types-ddd",
3-
"version": "3.9.2",
3+
"version": "3.9.3",
44
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"engines": {
20-
"node": ">=16.x <=21"
20+
"node": ">=16.x <=22"
2121
},
2222
"keywords": [
2323
"Complexity",
@@ -61,7 +61,7 @@
6161
"bcrypt": "^5.0.1",
6262
"pino": "^9.0.0",
6363
"pino-pretty": "^11.0.0",
64-
"rich-domain": "^1.23.1"
64+
"rich-domain": "^1.23.3"
6565
},
6666
"devDependencies": {
6767
"@microsoft/tsdoc": "^0.14.1",

0 commit comments

Comments
 (0)