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 46a441c commit 8a1590eCopy full SHA for 8a1590e
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v0.1.5
6
+
7
+- Update npm-bump-version.yml (#15)
8
+- Fix yarn dev script (#13)
9
+- Add error catch to results of backend response (#12)
10
+- Add missing test (#11)
11
12
## v0.1.4
13
14
- Modify query buttons into header buttons
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@grafana/async-query-data",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "Async query support for Grafana",
"main": "dist/index.js",
"scripts": {
0 commit comments