From 62e2ffbae8429bd701994c9ce34da2a046d4439b Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Wed, 3 Jul 2024 07:55:49 -0700 Subject: [PATCH] Release 2.9.5 (#292) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f8b3b..83c88c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 2.9.5 + +- Chore: update dependencies in [#290](https://github.com/grafana/timestream-datasource/pull/290) + ## 2.9.4 - Fix: use ReadAuthSettings to get authSettings in [#289](https://github.com/grafana/timestream-datasource/pull/289) diff --git a/package.json b/package.json index 05fc767..45f5c40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-timestream-datasource", - "version": "2.9.4", + "version": "2.9.5", "description": "Load data timestream in grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",