diff --git a/.changeset/forty-flowers-drum.md b/.changeset/forty-flowers-drum.md deleted file mode 100644 index 6204fb47..00000000 --- a/.changeset/forty-flowers-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-vscode": patch ---- - -Fixes commenting shortcut not using the proper comments inside expressions in certain cases diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 54067d33..2268468f 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-vscode +## 2.8.6 + +### Patch Changes + +- 85a47b3: Fixes commenting shortcut not using the proper comments inside expressions in certain cases + ## 2.8.5 ### Patch Changes diff --git a/packages/vscode/package.json b/packages/vscode/package.json index d18f5181..4f09e88a 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -20,7 +20,7 @@ "color": "#17191E", "theme": "dark" }, - "version": "2.8.5", + "version": "2.8.6", "author": "withastro", "license": "MIT", "publisher": "astro-build",