Skip to content

Commit 6e35a83

Browse files
authored
Release v0.1.11 (#28)
1 parent c78cb2d commit 6e35a83

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.1.11
6+
7+
- Support Node 18 (#25)
8+
- Fix workflows (#26)
9+
- Fix running multiple async datasources (#27)
10+
511
## v0.1.10
612

713
- Fix minimum query time (#22)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/async-query-data",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "Async query support for Grafana",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)