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 c78cb2d commit 6e35a83Copy full SHA for 6e35a83
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v0.1.11
6
+
7
+- Support Node 18 (#25)
8
+- Fix workflows (#26)
9
+- Fix running multiple async datasources (#27)
10
11
## v0.1.10
12
13
- Fix minimum query time (#22)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@grafana/async-query-data",
- "version": "0.1.10",
+ "version": "0.1.11",
"description": "Async query support for Grafana",
"main": "dist/index.js",
"scripts": {
0 commit comments