We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff5247 commit 4b41574Copy full SHA for 4b41574
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v0.9.0
4
+
5
+### Date: 9/15/2023
6
7
+### Changes:
8
9
+- Added the `spawnOptions` configuration option.
10
+ - Useful for customizing how Node spawns the Deno child process.
11
+ - Thanks to [@andreterron](https://github.com/andreterron) for contributing this! ([#31](https://github.com/casual-simulation/node-deno-vm/pull/31))
12
13
## v0.8.4
14
15
### Date: 1/24/2023
package.json
@@ -1,6 +1,6 @@
{
"name": "deno-vm",
- "version": "0.8.4",
+ "version": "0.9.0",
"description": "A VM module that provides a secure runtime environment via Deno.",
"main": "./dist/cjs/index.js",
"types": "./dist/typings/index.d.ts",
0 commit comments