Skip to content

Commit 392f126

Browse files
authoredAug 28, 2022
Merge pull request #469 from XmiliaH/release-3.9.11
Release 3.9.11
2 parents d6379e1 + 06f8ef0 commit 392f126

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v3.9.11 (2022-08-28)
2+
--------------------
3+
[new] Add option `require.strict` to allow to load required modules in non strict mode.
4+
[fix] Security fix.
5+
16
v3.9.10 (2022-07-05)
27
-------------------
38
[new] Add uptime to process.

‎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.10",
16+
"version": "3.9.11",
1717
"main": "index.js",
1818
"sideEffects": false,
1919
"repository": "github:patriksimek/vm2",

0 commit comments

Comments
 (0)
Please sign in to comment.