Skip to content

Commit

Permalink
3.28.0 (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeemrmn authored Nov 16, 2023
1 parent 30d03e4 commit 88929bd
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 14 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.28.0](https://github.com/denoland/vscode_deno/compare/3.27.0...3.28.0) / 2023.11.16

- feat: deno upgrade prompt (#988)
- chore: remove compat paths for lsp < 1.37.0 (#992)

### [3.27.0](https://github.com/denoland/vscode_deno/compare/3.26.0...3.27.0) / 2023.11.01

- fix: update tasks sidebar on config change notification (#964)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ extension has the following configuration options:
To see which versions of the Deno CLI are compatible with which versions of this
extension, consult the following table.

| vscode-deno | Deno CLI |
| ------------ | -------------- |
| TODO onwards | 1.37.0 onwards |
| ? - 3.27.0 | ? - 1.36.4 |
| vscode-deno | Deno CLI |
| -------------- | -------------- |
| 3.28.0 onwards | 1.37.0 onwards |
| ? - 3.27.0 | ? - 1.36.4 |

Version ranges are inclusive. Incompatibilites prior to 3.27.0 were not tracked.

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

0 comments on commit 88929bd

Please sign in to comment.