We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e74841 commit cdd75ddCopy full SHA for cdd75dd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 5.0.1
4
+
5
+- Fix Node.js compatibility table in `package.json`.
6
7
## 5.0.0
8
9
- **Breaking** Minimal Node.js version bump to 12
package.json
@@ -12,7 +12,7 @@
12
"url": "https://github.com/aduh95/yuml2svg/issues"
13
},
14
"engines": {
15
- "node": ">=10.0.0 <10.15.3 || ^10.16.1 || >=12.3.0"
+ "node": "^12.17.0 || >=13.2.0"
16
17
"categories": [
18
"Programming Languages",
0 commit comments