Skip to content

Commit 33f10ea

Browse files
committed
Prepare for release
1 parent 1631631 commit 33f10ea

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## 1.3.0 (2021-09-03)
4+
5+
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v1.2.1...v1.3.0)
6+
7+
### Enhancements
8+
9+
- Add support for JSONata ([#114](https://github.com/marcusolsson/grafana-json-datasource/issues/114)), a query language similar to JSONPath with support for transformations.
10+
11+
### Bug fixes
12+
13+
- Cannot read property 'filter' of undefined ([#156](https://github.com/marcusolsson/grafana-json-datasource/issues/156))
14+
15+
316
## 1.2.1 (2021-06-18)
417

518
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v1.2.0...v1.2.1)

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": "1.2.1",
3+
"version": "1.3.0",
44
"description": "A data source plugin for loading JSON APIs into Grafana",
55
"keywords": [
66
"grafana",

0 commit comments

Comments
 (0)