Skip to content

Commit 4aa3605

Browse files
authored
Merge pull request #492 from XmiliaH/release-3.9.12
Finish release 3.9.12
2 parents 81f625d + 99b6a9d commit 4aa3605

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
v3.9.11 (2022-08-28)
27
--------------------
38
[new] Add option `require.strict` to allow to load required modules in non strict mode.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"alcatraz",
1414
"contextify"
1515
],
16-
"version": "3.9.11",
16+
"version": "3.9.12",
1717
"main": "index.js",
1818
"sideEffects": false,
1919
"repository": "github:patriksimek/vm2",

0 commit comments

Comments
 (0)