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 4c58fa0 commit 922bb90Copy full SHA for 922bb90
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.10.0 (2021-02-19)
4
+
5
+[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.9.2...v0.10.0)
6
7
+### Enhancements
8
9
+- Add auto-completion to JSON Path queries
10
11
## 0.9.2 (2021-02-03)
12
13
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.9.1...v0.9.2)
package.json
@@ -1,6 +1,6 @@
{
"name": "marcusolsson-json-datasource",
- "version": "0.9.2",
+ "version": "0.10.0",
"description": "A data source plugin for loading JSON APIs into Grafana",
"keywords": [
"grafana",
0 commit comments