Skip to content

Commit 4b41574

Browse files
committed
Update the CHANGELOG and package version for 0.9.0
1 parent 4ff5247 commit 4b41574

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## v0.8.4
414

515
### Date: 1/24/2023

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deno-vm",
3-
"version": "0.8.4",
3+
"version": "0.9.0",
44
"description": "A VM module that provides a secure runtime environment via Deno.",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/typings/index.d.ts",

0 commit comments

Comments
 (0)