Skip to content

Commit 2e3b641

Browse files
committed
Prepare for release
1 parent 4dc01e9 commit 2e3b641

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 0.6.3 (2020-11-27)
412

513
[Full changelog](https://github.com/marcusolsson/grafana-jsonapi-datasource/compare/v0.6.2...v0.6.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marcusolsson-json-datasource",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "A data source plugin for loading JSON APIs into Grafana.",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)