We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff9c25 commit 71299f0Copy full SHA for 71299f0
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the "grafana-vscode" extension will be documented in this file.
4
5
+## v0.0.19
6
+- Add a "new dashboard" snippet (#96)
7
+- Support opening dashboards via the command palette (#97)
8
+
9
## v0.0.18
10
- Fix support for Grafana Cloud (#87)
11
- Support library panels (#90)
package.json
@@ -4,7 +4,7 @@
"displayName": "Grafana",
"description": "Grafana Editor",
"icon": "public/grafana_icon.png",
- "version": "0.0.18",
+ "version": "0.0.19",
"license": "Apache-2.0",
"repository": {
"type": "git",
0 commit comments