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 aed4360 commit 5b9b39fCopy full SHA for 5b9b39f
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v0.10.1
4
+
5
+### Date: 12/21/2023
6
7
+### Changes:
8
9
+- Update base64 imports to support Deno std 0.210.0.
10
+ - Thanks to [@andreterron](https://github.com/andreterron) for contributing this! ([#40](https://github.com/casual-simulation/node-deno-vm/pull/40))
11
12
## v0.10.0
13
14
### Date: 11/20/2023
package.json
@@ -1,6 +1,6 @@
{
"name": "deno-vm",
- "version": "0.10.0",
+ "version": "0.10.1",
"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