From 1fb73b067a3216f46a0b60a1ef8078d0dac27415 Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Fri, 14 Feb 2025 10:00:12 -0800 Subject: [PATCH] Prepare release 0.4.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",