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 89325f9 commit f17f412Copy full SHA for f17f412
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 0.10.0 (2021-02-27)
4
+
5
+[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.10.0...v0.10.1)
6
7
+### Bug fixes
8
9
+- Undefined cache duration isn't handled
10
+- Query editor tries to update read only property
11
12
## 0.10.0 (2021-02-19)
13
14
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.9.2...v0.10.0)
package.json
@@ -1,6 +1,6 @@
{
"name": "marcusolsson-json-datasource",
- "version": "0.10.0",
+ "version": "0.10.1",
"description": "A data source plugin for loading JSON APIs into Grafana",
"keywords": [
"grafana",
0 commit comments