Skip to content

Commit

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

### [3.9.2](https://github.com/denoland/vscode_deno/compare/3.9.1...3.9.2) / 2021.11.09

- fix: add back bundling and ensure CI uses same version of vsce for all steps
(#545)
- fix: configurable import maps for testing code lens (#551)
- fix: use workspace root as current directory for executing test code lens
(#564)
- fix: do not cache unsupported origins in config (#571)

### [3.9.1](https://github.com/denoland/vscode_deno/compare/3.9.0...3.9.1) / 2021.09.15

- revert: bundling related changes (#543)
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.9.1",
"version": "3.9.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.

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.9.1",
"version": "3.9.2",
"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.9.1",
"version": "3.9.2",
"publisher": "deno-land",
"main": "./dist/index",
"files": [
Expand Down

0 comments on commit 3e5051e

Please sign in to comment.