File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ All notable changes to this project will be documented in this file.
1010
1111---
1212
13+ ### [ 1.26.0] - 2025-01-27
14+
15+ #### ** Feat**
16+
17+ - ** Nodejs Version** :
18+ - Added support for nodejs v23
19+
20+ ---
21+
1322### [ 1.25.1] - 2024-12-20
1423
1524#### ** Feat**
Original file line number Diff line number Diff line change 11{
22 "name" : " rich-domain" ,
3- "version" : " 1.25.1 " ,
3+ "version" : " 1.26.0 " ,
44 "description" : " This package provide utils file and interfaces to assistant build a complex application with domain driving design" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
1515 "homepage" : " https://github.com/4lessandrodev/rich-domain" ,
1616 "license" : " MIT" ,
1717 "engines" : {
18- "node" : " >=16.x <=22 "
18+ "node" : " >=16.x <=23.x "
1919 },
2020 "devDependencies" : {
2121 "@types/jest" : " ^28.1.8" ,
You can’t perform that action at this time.
0 commit comments