From f495fe143ca76df588f2791c98816f1a40ed5208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ida=20=C5=A0tambuk?= Date: Tue, 4 Feb 2025 11:00:58 +0100 Subject: [PATCH] Prepare 0.6.1 (#124) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f293906..8a25384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## v.0.6.1 + +- Chore: Add precommit hook in [#112](https://github.com/grafana/grafana-aws-sdk-react/pull/112) +- Dependabot: + - Bump @eslint/plugin-kit from 0.2.2 to 0.2.3 in the npm_and_yarn group in [#105](https://github.com/grafana/grafana-aws-sdk-react/pull/105) + - Bump the node group with 28 updates, ignore react major updates in dependabot in [#118](https://github.com/grafana/grafana-aws-sdk-react/pull/118) + - Bump the all-dependencies group across 1 directory with 18 updates in [#121](https://github.com/grafana/grafana-aws-sdk-react/pull/121) + - Bump the all-dependencies group across 1 directory with 18 updates in [#123](https://github.com/grafana/grafana-aws-sdk-react/pull/123) + ## v.0.6.0 - Replace @grafana/experimental with @grafana/plugin-ui diff --git a/package.json b/package.json index 1f3fdb3..a5c454c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/aws-sdk", - "version": "0.6.0", + "version": "0.6.1", "description": "Common AWS features for grafana", "main": "dist/index.js", "module": "dist/esm/index.js",