Skip to content

Commit 66a6fd9

Browse files
author
awstools
committed
Publish v3.527.0
1 parent e48e8ca commit 66a6fd9

File tree

8 files changed

+46
-4
lines changed

8 files changed

+46
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.527.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.526.0...v3.527.0) (2024-03-05)
7+
8+
9+
### Features
10+
11+
* **client-organizations:** This release contains an endpoint addition ([8198880](https://github.com/aws/aws-sdk-js-v3/commit/819888044521df97d1f674ab1116ce1cc9d452f3))
12+
* **client-sesv2:** Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2. ([4b858e0](https://github.com/aws/aws-sdk-js-v3/commit/4b858e0ae26c867e2b079b75620ed5dfd24b4bfc))
13+
14+
15+
16+
17+
618
# [3.526.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.1...v3.526.0) (2024-03-04)
719

820

clients/client-api-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.527.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.526.0...v3.527.0) (2024-03-05)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-api-gateway
9+
10+
11+
12+
13+
614
# [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29)
715

816
**Note:** Version bump only for package @aws-sdk/client-api-gateway

clients/client-api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-api-gateway",
33
"description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
4-
"version": "3.525.0",
4+
"version": "3.527.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-api-gateway",

clients/client-organizations/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.527.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.526.0...v3.527.0) (2024-03-05)
7+
8+
9+
### Features
10+
11+
* **client-organizations:** This release contains an endpoint addition ([8198880](https://github.com/aws/aws-sdk-js-v3/commit/819888044521df97d1f674ab1116ce1cc9d452f3))
12+
13+
14+
15+
16+
617
# [3.526.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.1...v3.526.0) (2024-03-04)
718

819

clients/client-organizations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-organizations",
33
"description": "AWS SDK for JavaScript Organizations Client for Node.js, Browser and React Native",
4-
"version": "3.526.0",
4+
"version": "3.527.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-organizations",

clients/client-sesv2/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.527.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.526.0...v3.527.0) (2024-03-05)
7+
8+
9+
### Features
10+
11+
* **client-sesv2:** Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2. ([4b858e0](https://github.com/aws/aws-sdk-js-v3/commit/4b858e0ae26c867e2b079b75620ed5dfd24b4bfc))
12+
13+
14+
15+
16+
617
# [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29)
718

819
**Note:** Version bump only for package @aws-sdk/client-sesv2

clients/client-sesv2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-sesv2",
33
"description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
4-
"version": "3.525.0",
4+
"version": "3.527.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-sesv2",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.526.0",
2+
"version": "3.527.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)