diff --git a/tools/vscode/CHANGELOG.md b/tools/vscode/CHANGELOG.md index 7238ec83a2..af611e15f9 100644 --- a/tools/vscode/CHANGELOG.md +++ b/tools/vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # astro-vscode +## 0.6.0 + +- Fixes bug with signature help not appearing in the component script section. +- Adds completion suggestions for `Astro.*` APIs in the component script. +- Adds support for Hover based hints in the component script section. +- Fixes bug with Go to Definition (cmd + click) for Components. + ## 0.5.0 - Bug fixes, dependency updates diff --git a/tools/vscode/package.json b/tools/vscode/package.json index cb2c6db90f..4c6c3378ed 100644 --- a/tools/vscode/package.json +++ b/tools/vscode/package.json @@ -8,7 +8,7 @@ "color": "#FFBE2D", "theme": "dark" }, - "version": "0.5.0", + "version": "0.6.0", "author": "Astro", "license": "MIT", "publisher": "astro-build",