Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Mar 2, 2021
1 parent b289be3 commit 1c9cc2b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Releases of the extension can be downloaded from
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).

### [3.1.0](https://github.com/denoland/vscode_deno/compare/3.0.1...3.1.0) / 2021.03.02

- feat: add deno.path setting (#350)
- fix: activate extension on command (#336)
- chore: move Releases.md to CHANGELOG.md for better marketplace integration (#344)
- docs: recommend import_map.json instead of import-map.json (#340)

### [3.0.1](https://github.com/denoland/vscode_deno/compare/3.0.0...3.0.1) / 2021.02.19

- fix: EXTENSION_ID corrected to denoland.vscode-deno extension (#333)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A language server client for Deno. Requires Deno 1.7 or better.",
"author": "Deno Land Inc.",
"license": "MIT",
"version": "3.0.1",
"version": "3.1.0",
"icon": "deno.png",
"galleryBanner": {
"color": "#3B3738",
Expand Down

0 comments on commit 1c9cc2b

Please sign in to comment.