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 881cf78 commit 1275f45Copy full SHA for 1275f45
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.16
6
+- Add additional proxy endpoints (to support more dashboards/etc) (#80)
7
+
8
## v0.0.15
9
- Follow redirects and don't fail on trailing slashes (#77)
10
- Theming (light/dark) support for Grafana (#74)
package.json
@@ -4,7 +4,7 @@
"displayName": "Grafana",
"description": "Grafana Editor",
"icon": "public/grafana_icon.png",
- "version": "0.0.15",
+ "version": "0.0.16",
"license": "Apache-2.0",
"repository": {
"type": "git",
0 commit comments