Skip to content

Commit f9543cb

Browse files
committed
feat: added support for nodejs v23
1 parent c0198e4 commit f9543cb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -15,7 +15,7 @@
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",

0 commit comments

Comments
 (0)