Skip to content

Commit f245e15

Browse files
committed
fix(package): update min node version
1 parent 04a4e78 commit f245e15

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

55
## Unreleased
66

7+
### 3.4.2 - 2023-01-03
8+
9+
### Fix
10+
11+
- node version: update requirements. node version required >=16 and < 19
12+
13+
---
14+
715
### 3.4.1 - 2023-01-03
816

917
### Fix

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "types-ddd",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
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": ">=18.x"
20+
"node": ">=16.x <19"
2121
},
2222
"keywords": [
2323
"Complexity",

0 commit comments

Comments
 (0)