diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ee994..af52ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## v0.4.1 + +- Bump the all-node-dependencies group across 1 directory with 15 updates in https://github.com/grafana/grafana-async-query-data-js/pull/62 +- Chore: add label to external contributions in https://github.com/grafana/grafana-async-query-data-js/pull/61 +- 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 + ## v0.4.0 - Use super.query in https://github.com/grafana/grafana-async-query-data-js/pull/29 diff --git a/package.json b/package.json index 82b2874..a7bfcd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/async-query-data", - "version": "0.4.0", + "version": "0.4.1", "description": "Async query support for Grafana", "main": "dist/index.js", "module": "dist/esm/index.js",