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 af1bc19 commit 81072c3Copy full SHA for 81072c3
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## v0.7.0-alpha.0
12
13
### Date: 7/27/2020
package.json
@@ -1,6 +1,6 @@
{
"name": "deno-vm",
- "version": "0.7.0-alpha.0",
+ "version": "0.7.0-alpha.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