Skip to content

Commit

Permalink
Release 3.13.0 (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 27, 2022
1 parent 004e268 commit c8d3b7d
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
Releases of the extension can be downloaded from
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).

### [3.13.0](https://github.com/denoland/vscode_deno/compare/3.12.0...3.13.0) / 2022.06.27

- feat: don't write configuration to settings.json if values are default (#666)
- feat: enable lint by default (#665)

- fix: do not start lsp or show any messages if `deno` not found and not in a
Deno project (#683)
- fix: resolve `deno` command from the default install location if it's not on
the PATH (#684)

### [3.12.0](https://github.com/denoland/vscode_deno/compare/3.11.0...3.12.0) / 2022.03.30

- feat: prompt for enabling when config detected (#640)
Expand Down
4 changes: 2 additions & 2 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Deno Land Inc.",
"license": "MIT",
"private": true,
"version": "3.12.0",
"version": "3.13.0",
"publisher": "deno-land",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 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.",
"author": "Deno Land Inc.",
"license": "MIT",
"version": "3.12.0",
"version": "3.13.0",
"icon": "deno.png",
"galleryBanner": {
"color": "#3B3738",
Expand Down
4 changes: 2 additions & 2 deletions typescript-deno-plugin/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 typescript-deno-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Deno Land Inc.",
"license": "MIT",
"private": true,
"version": "3.12.0",
"version": "3.13.0",
"publisher": "deno-land",
"main": "./dist/index",
"files": [
Expand Down

0 comments on commit c8d3b7d

Please sign in to comment.