diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a28da1..8c3bb1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v3.9.18 (2023-05-15) +-------------------- +[fix] Multiple security fixes. +[new] Add resolver API to create a shared resolver for multiple `NodeVM` instances allowing to cache scripts and increase sandbox startup times. +[new] Allow to pass a function to `require.context` which is called with the filename allowing to specify the context pre file. + v3.9.17 (2023-04-17) -------------------- [fix] Multiple security fixes. diff --git a/package.json b/package.json index 600dee8..1db64aa 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "alcatraz", "contextify" ], - "version": "3.9.17", + "version": "3.9.18", "main": "index.js", "sideEffects": false, "repository": "github:patriksimek/vm2",