summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/vscode/CHANGELOG.md7
-rw-r--r--tools/vscode/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/tools/vscode/CHANGELOG.md b/tools/vscode/CHANGELOG.md
index 7238ec83a..af611e15f 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 cb2c6db90..4c6c3378e 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",