Skip to content

Commit

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

### [3.13.2](https://github.com/denoland/vscode_deno/compare/3.13.1...3.13.2) / 2022.10.09

- fix: deno/tasks expects no parameters (#722)
- fix: exclude demo image from extension package (#711)

### [3.13.1](https://github.com/denoland/vscode_deno/compare/3.13.0...3.13.1) / 2022.07.22

- fix: catch errors while fetching config tasks from language server (#669)
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.13.1",
"version": "3.13.2",
"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.

4 changes: 2 additions & 2 deletions 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.13.1",
"version": "3.13.2",
"icon": "deno.png",
"galleryBanner": {
"color": "#3B3738",
Expand Down Expand Up @@ -512,4 +512,4 @@
"esbuild": "^0.14.23",
"typescript": "^4.5.5"
}
}
}
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.13.1",
"version": "3.13.2",
"publisher": "deno-land",
"main": "./dist/index",
"files": [
Expand Down

0 comments on commit 8581e36

Please sign in to comment.