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 2bb6df6 commit b7cefd7Copy full SHA for b7cefd7
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.7.1 (2020-12-07)
4
+
5
+[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.7.0...v0.7.1)
6
7
+### Bug fixes
8
9
+- Falsy values are returned as NaN ([#25](https://github.com/marcusolsson/grafana-json-datasource/issues/25))
10
11
## 0.7.0 (2020-12-04)
12
13
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.6.4...v0.7.0)
package.json
@@ -1,6 +1,6 @@
{
"name": "marcusolsson-json-datasource",
- "version": "0.7.0",
+ "version": "0.7.1",
"description": "A data source plugin for loading JSON APIs into Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments