Skip to content

Commit 4cf3acd

Browse files
authored
Prepare release 0.4.1 (#64)
1 parent 8a75de4 commit 4cf3acd

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.4.1
6+
7+
- Bump the all-node-dependencies group across 1 directory with 15 updates in https://github.com/grafana/grafana-async-query-data-js/pull/62
8+
- Chore: add label to external contributions in https://github.com/grafana/grafana-async-query-data-js/pull/61
9+
- Bump node dependencies with 23 updates. Migrate to eslint 9 and add react major versions to dependabot ignore in https://github.com/grafana/grafana-async-query-data-js/pull/57
10+
511
## v0.4.0
612

713
- Use super.query in https://github.com/grafana/grafana-async-query-data-js/pull/29

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

0 commit comments

Comments
 (0)