From a5951b06a1411197d20af290d35e37010935548e Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Fri, 1 Nov 2024 13:47:50 -0700 Subject: [PATCH] Prepare release 2.21.1 (#490) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a31bf2..b367020f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 2.21.1 + +- Fix: build each query response separately [#489](https://github.com/grafana/opensearch-datasource/pull/489) +- Bump the all-node-dependencies group across 1 directory with 4 updates [#482](https://github.com/grafana/opensearch-datasource/pull/482) +- Bump the all-github-action-dependencies group with 4 updates [#479](https://github.com/grafana/opensearch-datasource/pull/479) + ## 2.21.0 - Migrate Health check to run through the backend [#485](https://github.com/grafana/opensearch-datasource/pull/485) diff --git a/package.json b/package.json index 573b91f8..3366320a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-opensearch-datasource", - "version": "2.21.0", + "version": "2.21.1", "description": "", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",