Skip to content

Commit cdd75dd

Browse files
committed
Update Node.js compatibility table
1 parent 8e74841 commit cdd75dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 5.0.1
4+
5+
- Fix Node.js compatibility table in `package.json`.
6+
37
## 5.0.0
48

59
- **Breaking** Minimal Node.js version bump to 12

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "https://github.com/aduh95/yuml2svg/issues"
1313
},
1414
"engines": {
15-
"node": ">=10.0.0 <10.15.3 || ^10.16.1 || >=12.3.0"
15+
"node": "^12.17.0 || >=13.2.0"
1616
},
1717
"categories": [
1818
"Programming Languages",

0 commit comments

Comments
 (0)