Skip to content

Commit 81072c3

Browse files
committed
chore: Update version
1 parent af1bc19 commit 81072c3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v0.7.0-alpha.1
4+
5+
### Date: 7/27/2020
6+
7+
### Changes:
8+
9+
- Fixed the WebSocket implementation to allow setting `binaryType`.
10+
311
## v0.7.0-alpha.0
412

513
### 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.0",
3+
"version": "0.7.0-alpha.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)