Skip to content

Commit 8dcaaac

Browse files
authored
Prepare release 0.4.0 (#53)
1 parent b25fef0 commit 8dcaaac

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ updates:
1010
schedule:
1111
interval: 'weekly'
1212
groups:
13-
all-dependencies:
13+
all-github-action-dependencies:
1414
patterns:
1515
- '*'
1616
- package-ecosystem: 'npm'
1717
directory: '/'
1818
schedule:
1919
interval: 'weekly'
2020
groups:
21-
all-dependencies:
21+
all-node-dependencies:
2222
patterns:
2323
- '*'

CHANGELOG.md

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

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

5+
## v0.4.0
6+
7+
- Use super.query in https://github.com/grafana/grafana-async-query-data-js/pull/29
8+
- Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/44
9+
- Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/38
10+
- Bump ws from 8.12.0 to 8.18.0 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/39
11+
- Bump ua-parser-js from 1.0.32 to 1.0.39 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/37
12+
- Bump tough-cookie from 4.1.2 to 4.1.4 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/36
13+
- Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/35
14+
- Bump the all-dependencies group across 1 directory with 9 updates in https://github.com/grafana/grafana-async-query-data-js/pull/40
15+
- Bump the all-dependencies group with 4 updates in https://github.com/grafana/grafana-async-query-data-js/pull/32
16+
517
## v0.3.0
618

719
- Chore: update deps in https://github.com/grafana/grafana-async-query-data-js/pull/31

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.3.0",
3+
"version": "0.4.0",
44
"description": "Async query support for Grafana",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)