diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed096e..36b7323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v3.9.11 (2022-08-28) +-------------------- +[new] Add option `require.strict` to allow to load required modules in non strict mode. +[fix] Security fix. + v3.9.10 (2022-07-05) ------------------- [new] Add uptime to process. diff --git a/package.json b/package.json index bba4659..2a105eb 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "alcatraz", "contextify" ], - "version": "3.9.10", + "version": "3.9.11", "main": "index.js", "sideEffects": false, "repository": "github:patriksimek/vm2",