File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v3
2727 - uses : actions/setup-node@v3
2828 with :
29- node-version : 18
29+ node-version : 22
3030
3131 # Runs a single command using the runners shell
3232 - name : Install dependencies
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.27.0] - 2026-06-28
14+
15+ #### ** Feat**
16+
17+ - ** Nodejs Version** :
18+ - Added support for nodejs v23
19+
20+ ---
21+
1322### [ 1.26.0] - 2025-01-27
1423
1524#### ** Feat**
Original file line number Diff line number Diff line change 11{
22 "name" : " rich-domain" ,
3- "version" : " 1.26 .0" ,
3+ "version" : " 1.27 .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 <=23 .x"
18+ "node" : " >=20 .x"
1919 },
2020 "devDependencies" : {
2121 "@types/jest" : " ^28.1.8" ,
You can’t perform that action at this time.
0 commit comments