We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f3c98 commit dfebcf0Copy full SHA for dfebcf0
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
3
All notable changes to this project will be documented in this file.
4
+
5
+## v0.1.10
6
7
+- Fix minimum query time (#22)
8
9
## v0.1.9
10
11
- Fix github publish with output from previous step (#21)
package.json
@@ -1,6 +1,6 @@
{
"name": "@grafana/async-query-data",
- "version": "0.1.9",
+ "version": "0.1.10",
"description": "Async query support for Grafana",
"main": "dist/index.js",
"scripts": {
0 commit comments