We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81f625d + 99b6a9d commit 4aa3605Copy full SHA for 4aa3605
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+v3.9.12 (2022-11-29)
2
+--------------------
3
+[new] Add file system API.
4
+[fix] Fix parsing error with object patter in catch clause.
5
+
6
v3.9.11 (2022-08-28)
7
--------------------
8
[new] Add option `require.strict` to allow to load required modules in non strict mode.
package.json
@@ -13,7 +13,7 @@
13
"alcatraz",
14
"contextify"
15
],
16
- "version": "3.9.11",
+ "version": "3.9.12",
17
"main": "index.js",
18
"sideEffects": false,
19
"repository": "github:patriksimek/vm2",
0 commit comments