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 c1c2702 commit 95e0134Copy full SHA for 95e0134
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.9.1 (2021-02-01)
4
+
5
+[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.9.0...v0.9.1)
6
7
+### Bug fixes
8
9
+- Cannot read property 'toString' of null ([#46](https://github.com/marcusolsson/grafana-json-datasource/issues/46))
10
11
## 0.9.0 (2021-02-01)
12
13
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.8.0...v0.9.0)
package.json
@@ -1,6 +1,6 @@
{
"name": "marcusolsson-json-datasource",
- "version": "0.9.0",
+ "version": "0.9.1",
"description": "A data source plugin for loading JSON APIs into Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments