Skip to content

Commit d57c2c0

Browse files
committed
Prepare for release
1 parent 02ed209 commit d57c2c0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.3.1 (2022-01-24)
4+
5+
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v1.3.0...v1.3.1)
6+
7+
### Enhancements
8+
9+
- Append suffix to param key to uniquify duplicate param keys [#232](https://github.com/marcusolsson/grafana-json-datasource/pull/232) (thanks [@rejohnst](https://github.com/rejohnst)!)
10+
- Added grafana global variables when doing a query using jsonata [#223](https://github.com/marcusolsson/grafana-json-datasource/pull/223) (thanks [@amng](https://github.com/amng)!)
11+
12+
### Bug fixes
13+
14+
- Certain strings incorrectly identified as dates [#202](https://github.com/marcusolsson/grafana-json-datasource/issues/202)
15+
316
## 1.3.0 (2021-09-03)
417

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marcusolsson-json-datasource",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A data source plugin for loading JSON APIs into Grafana",
55
"keywords": [
66
"grafana",

0 commit comments

Comments
 (0)