Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 69e5ba8

Browse files
committed
release 1.4.0
1 parent 2228bcf commit 69e5ba8

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,11 @@ This plugin requires node 6.10.0
209209

210210
### Changelog
211211

212-
dev
213-
- added tag-keys + tag-values api
214-
- added adHocFilters parameter to query body
212+
1.4.0
213+
214+
- Support for adhoc filters:
215+
- added tag-keys + tag-values api
216+
- added adHocFilters parameter to query body
215217

216218
1.3.5
217219
- Fix for dropdowns in query editor to allow writing template variables (broke due to change in Grafana).

dist/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ information.
2525

2626
### Example backend implementations
2727
- https://github.com/bergquist/fake-simple-json-datasource
28+
- https://github.com/smcquay/jsonds
2829

2930
### Query API
3031

@@ -208,9 +209,11 @@ This plugin requires node 6.10.0
208209

209210
### Changelog
210211

211-
dev
212-
- added tag-keys + tag-values api
213-
- added adHocFilters parameter to query body
212+
1.4.0
213+
214+
- Support for adhoc filters:
215+
- added tag-keys + tag-values api
216+
- added adHocFilters parameter to query body
214217

215218
1.3.5
216219
- Fix for dropdowns in query editor to allow writing template variables (broke due to change in Grafana).

dist/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
{"name": "GitHub", "url": "https://github.com/grafana/simple-json-datasource"},
2525
{"name": "MIT License", "url": "https://github.com/grafana/simple-json-datasource/blob/master/LICENSE"}
2626
],
27-
"version": "1.3.5",
28-
"updated": "2017-09-21"
27+
"version": "1.4.0",
28+
"updated": "2018-06-20"
2929
},
3030

3131
"dependencies": {

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
{"name": "GitHub", "url": "https://github.com/grafana/simple-json-datasource"},
2525
{"name": "MIT License", "url": "https://github.com/grafana/simple-json-datasource/blob/master/LICENSE"}
2626
],
27-
"version": "1.3.5",
28-
"updated": "2017-09-21"
27+
"version": "1.4.0",
28+
"updated": "2018-06-20"
2929
},
3030

3131
"dependencies": {

0 commit comments

Comments
 (0)