From 066e2368e6700909d9eeab16a386a72e21b96bea Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Thu, 12 Dec 2024 12:47:45 -0800 Subject: [PATCH] Prepare release 2.9.12 (#338) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 320cd02..2e3376f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## 2.9.12 + +- Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group in [#330](https://github.com/grafana/timestream-datasource/pull/330) +- Bump the all-go-dependencies group across 1 directory with 2 updates in [#334](https://github.com/grafana/timestream-datasource/pull/334) +- Add ap-south-1 to regions list in [#331](https://github.com/grafana/timestream-datasource/pull/331) +- Bump the all-node-dependencies group across 1 directory with 30 updates in [#337](https://github.com/grafana/timestream-datasource/pull/337) + ## 2.9.11 - Bugfix: interpolate interval on the backend [#327](https://github.com/grafana/timestream-datasource/pull/327) diff --git a/package.json b/package.json index 279e67a..586dd90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-timestream-datasource", - "version": "2.9.11", + "version": "2.9.12", "description": "Load data timestream in grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",