Skip to content

Commit b466731

Browse files
authored
Release v0.3.4 (#87)
1 parent 8cbf1af commit b466731

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.3.4
6+
7+
- Associate label with input element in [#85](https://github.com/grafana/grafana-aws-sdk-react/pull/85)
8+
59
## v0.3.3
610

711
- 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.
1115

1216
## v0.3.2
1317

14-
- Change "Run query" button to "Run queries" im [#77](https://github.com/grafana/grafana-aws-sdk-react/pull/77)
18+
- Change "Run query" button to "Run queries" in [#77](https://github.com/grafana/grafana-aws-sdk-react/pull/77)
1519

1620
## v0.3.1
1721

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/aws-sdk",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Common AWS features for grafana",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)