Skip to content

Commit 5b9b39f

Browse files
committed
chore: Update package version and changelog
1 parent aed4360 commit 5b9b39f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

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+
312
## v0.10.0
413

514
### Date: 11/20/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.10.0",
3+
"version": "0.10.1",
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)