We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc01e9 commit 2e3b641Copy full SHA for 2e3b641
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.6.4 (2020-11-30)
4
+
5
+[Full changelog](https://github.com/marcusolsson/grafana-jsonapi-datasource/compare/v0.6.3...v0.6.4)
6
7
+### Bug fixes
8
9
+- Fixes an issue where custom query parameters defined in the data source are flipped.
10
11
## 0.6.3 (2020-11-27)
12
13
[Full changelog](https://github.com/marcusolsson/grafana-jsonapi-datasource/compare/v0.6.2...v0.6.3)
package.json
@@ -1,6 +1,6 @@
{
"name": "marcusolsson-json-datasource",
- "version": "0.6.3",
+ "version": "0.6.4",
"description": "A data source plugin for loading JSON APIs into Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments