Skip to content

Commit 86961ca

Browse files
committed
chore: Update CHANGELOG
1 parent 521c856 commit 86961ca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
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.12.1
4+
5+
### Date: 4/28/2025
6+
7+
### Changes:
8+
9+
- Added `denoNoConfig` and `denoNoNPM` options to DenoWorker.
10+
- They default to `true` to prevent Deno from trying to load or interact with other files/configurations.
11+
- Also at least one of them needs to be set to `true` for DenoWorker to be able to load the bootstrap script from `node_modules` (see [#54 for more info](https://github.com/casual-simulation/node-deno-vm/issues/54)).
12+
313
## v0.12.0
414

515
### Date: 4/12/2024

0 commit comments

Comments
 (0)