From b4667310beca0f9ad602b00f043581772eb447e8 Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Wed, 12 Jun 2024 05:56:59 -0700 Subject: [PATCH] Release v0.3.4 (#87) --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5df0d7..e8de71e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## v0.3.4 + +- Associate label with input element in [#85](https://github.com/grafana/grafana-aws-sdk-react/pull/85) + ## v0.3.3 - Fix: broken ESM imports due to `src` in ESM build output path @@ -11,7 +15,7 @@ All notable changes to this project will be documented in this file. ## v0.3.2 -- Change "Run query" button to "Run queries" im [#77](https://github.com/grafana/grafana-aws-sdk-react/pull/77) +- Change "Run query" button to "Run queries" in [#77](https://github.com/grafana/grafana-aws-sdk-react/pull/77) ## v0.3.1 diff --git a/package.json b/package.json index a3a9f70..960499e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/aws-sdk", - "version": "0.3.3", + "version": "0.3.4", "description": "Common AWS features for grafana", "main": "dist/index.js", "module": "dist/esm/index.js",