We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad77f0c commit b8705f4Copy full SHA for b8705f4
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to the "grafana-vscode" extension will be documented in this file.
4
5
+## v0.0.20
6
+- Add a walkthrough to help getting started with the extension (#118)
7
+
8
## v0.0.19
9
- Add a "new dashboard" snippet (#96)
10
- Support opening dashboards via the command palette (#97)
package.json
@@ -4,7 +4,7 @@
"displayName": "Grafana",
"description": "Grafana Editor",
"icon": "public/grafana_icon.png",
- "version": "0.0.19",
+ "version": "0.0.20",
"license": "Apache-2.0",
"repository": {
"type": "git",
0 commit comments