Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sgwilym committed Aug 3, 2021
1 parent bcbb02d commit 713bb57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions deno.novaextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.3.3

- Fixes an issue where enabling network access in the Run task passed the wrong flag (thanks [jaydenseric](https://github.com/jaydenseric)!)
- Stops the Deno LSP from printing all its logs as errors in the extension console.

## v0.3.2

- Quick update to fix a submission error.
Expand Down
2 changes: 1 addition & 1 deletion deno.novaextension/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Deno",
"organization": "Sam Gwilym",
"description": "Deno runtime support for Nova.",
"version": "0.3.2",
"version": "0.3.3",
"categories": ["languages", "formatters", "issues", "completions", "tasks"],
"repository": "https://github.com/sgwilym/nova-deno",
"bugs": "https://github.com/sgwilym/nova-deno/issues",
Expand Down

0 comments on commit 713bb57

Please sign in to comment.