Skip to content

Commit aa5aee9

Browse files
committed
chore: Update the package version to 0.7.0-alpha.0
1 parent d923550 commit aa5aee9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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.0
4+
5+
### Date: 7/27/2020
6+
7+
### Changes:
8+
9+
- Added a global WebSocket polyfill since Deno doesn't implement the [WebSocket API](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket).
10+
311
## v0.6.2
412

513
### Date: 7/23/2020

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
Only the latest major version will be supported with security updates.
66

7-
Currently, this is `v0.6.x`.
7+
Currently, this is `v0.7.x`.
88

99
| Version | Supported |
1010
| ------- | ------------------ |
11-
| v0.6.x | :white_check_mark: |
11+
| v0.7.x | :white_check_mark: |
1212

1313
## Reporting a Vulnerability
1414

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