Skip to content

Commit f0a7b16

Browse files
committed
Prepare for release
1 parent 159f54b commit f0a7b16

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.2.0 (2021-05-18)
4+
5+
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v1.1.1...v1.2.0)
6+
7+
### Enhancements
8+
9+
- Adding $__isoFrom() and $__isoTo() macros ([#115](https://github.com/marcusolsson/grafana-json-datasource/pull/115)) (thanks [@jirkafajfr](https://github.com/jirkafajfr)!)
10+
- Using JSON.stringify instead of toString for object types in parseValue ([#111](https://github.com/marcusolsson/grafana-json-datasource/pull/111)) (thanks [@Totalus](https://github.com/Totalus)!)
11+
12+
### Bug fixes
13+
14+
- Fix for macros not running in variable queries ([#100](https://github.com/marcusolsson/grafana-json-datasource/pull/100)) (thanks [@KensingtonTech](https://github.com/KensingtonTech)!)
15+
316
## 1.1.1 (2021-04-17)
417

518
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v1.1.0...v1.1.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.1.1",
3+
"version": "1.2.0",
44
"description": "A data source plugin for loading JSON APIs into Grafana",
55
"keywords": [
66
"grafana",

0 commit comments

Comments
 (0)