File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44
55Only 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments