Skip to content

Commit 42411ad

Browse files
committed
chore: Update CHANGELOG and Version
1 parent 3872afb commit 42411ad

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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.8.0
4+
5+
### Date: 9/17/2020
6+
7+
### Changes:
8+
9+
- Updated to support Deno 1.4.
10+
- Deno 1.4 changed their WebSocket API and so we no longer need the polyfill.
11+
312
## v0.7.4
413

514
### Date: 9/10/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.7.x`.
7+
Currently, this is `v0.8.x`.
88

99
| Version | Supported |
1010
| ------- | ------------------ |
11-
| v0.7.x | :white_check_mark: |
11+
| v0.8.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.7.4",
3+
"version": "0.8.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)