Skip to content

Commit 5df0736

Browse files
committed
chore: Update version
1 parent c178628 commit 5df0736

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.7.0
4+
5+
### Date: 7/27/2020
6+
7+
### Changes:
8+
9+
- Added the ability to get the stdout and stderr streams from the worker and choose whether to automatically log them to the console.
10+
- Added a global WebSocket polyfill since Deno doesn't implement the [WebSocket API](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket).
11+
312
## v0.7.0-alpha.1
413

514
### Date: 7/27/2020

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.7.0-alpha.1",
3+
"version": "0.7.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)