diff --git a/Releases.md b/Releases.md index a7f07577..49662f36 100644 --- a/Releases.md +++ b/Releases.md @@ -2,6 +2,13 @@ Releases of the extension can be downloaded from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno). +### [v2.2.1](https://github.com/denoland/vscode_deno/compare/v2.2.0...v2.2.1) / 2020.09.09 + +- fix: remove ansi codes from install output (#185) +- fix: deno.land/x cache will always renew on vscode restart after 24 hours (#191) +- fix: ignore 'rule' for this line does not work on the first line (#192) +- build: release .vsix artifact during release (#195) + ### [v2.2.0](https://github.com/denoland/vscode_deno/compare/v2.1.2...v2.2.0) / 2020.09.07 - feat: add inline `deno lint` diagnostics (#162) diff --git a/package.json b/package.json index f604af2a..5cfca429 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-deno", "displayName": "Deno", "description": "Deno support for VSCode", - "version": "2.2.0", + "version": "2.2.1", "publisher": "denoland", "icon": "deno.png", "galleryBanner": {