Skip to content

Commit 8a1590e

Browse files
committed
Prepare release 0.1.5
1 parent 46a441c commit 8a1590e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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

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+
512
## v0.1.4
613

714
- Modify query buttons into header buttons

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.4",
3+
"version": "0.1.5",
44
"description": "Async query support for Grafana",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)