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 9961290 commit c5d3d19Copy full SHA for c5d3d19
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.7.1
4
+
5
+### Date: 7/27/2020
6
7
+### Changes:
8
9
+- Fixed to log stdout and stderr in UTF-8.
10
11
## v0.7.0
12
13
### Date: 7/27/2020
package.json
@@ -1,6 +1,6 @@
{
"name": "deno-vm",
- "version": "0.7.0",
+ "version": "0.7.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