Skip to content

Commit e2ff634

Browse files
committed
Prepare for release
1 parent 8ad4389 commit e2ff634

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,30 @@
11
# Changelog
22

3+
## 0.7.0 (2020-12-04)
4+
5+
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.6.4...v0.7.0)
6+
7+
### Enhancements
8+
9+
- Add support for custom paths (#24)
10+
- Add epoch time macros (#22)
11+
12+
### Bug fixes
13+
14+
- Template variable chaining is not working (#23)
15+
- Cannot read property 'length' of null (#21)
16+
317
## 0.6.4 (2020-11-30)
418

5-
[Full changelog](https://github.com/marcusolsson/grafana-jsonapi-datasource/compare/v0.6.3...v0.6.4)
19+
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.6.3...v0.6.4)
620

721
### Bug fixes
822

923
- Fixes an issue where custom query parameters defined in the data source are flipped.
1024

1125
## 0.6.3 (2020-11-27)
1226

13-
[Full changelog](https://github.com/marcusolsson/grafana-jsonapi-datasource/compare/v0.6.2...v0.6.3)
27+
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.6.2...v0.6.3)
1428

1529
### Enhancements
1630

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.4",
3+
"version": "0.7.0",
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)