Skip to content

Commit 1c08c4d

Browse files
author
awstools
committed
Publish v3.482.0
1 parent 9820c88 commit 1c08c4d

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
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.482.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.481.0...v3.482.0) (2023-12-27)
7+
8+
9+
### Features
10+
11+
* **client-emr:** Add support for customers to modify cluster attribute auto-terminate post cluster launch ([7a3e95b](https://github.com/aws/aws-sdk-js-v3/commit/7a3e95b38ef9c388cfb587d644ef240660026a7d))
12+
* **clients:** update client endpoints as of 2023-12-27 ([9820c88](https://github.com/aws/aws-sdk-js-v3/commit/9820c88498f3cd039cc2e16c7372955932794531))
13+
14+
15+
16+
17+
618
# [3.481.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.480.0...v3.481.0) (2023-12-26)
719

820

clients/client-emr/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.482.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.481.0...v3.482.0) (2023-12-27)
7+
8+
9+
### Features
10+
11+
* **client-emr:** Add support for customers to modify cluster attribute auto-terminate post cluster launch ([7a3e95b](https://github.com/aws/aws-sdk-js-v3/commit/7a3e95b38ef9c388cfb587d644ef240660026a7d))
12+
13+
14+
15+
16+
617
# [3.481.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.480.0...v3.481.0) (2023-12-26)
718

819

clients/client-emr/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-emr",
33
"description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
4-
"version": "3.481.0",
4+
"version": "3.482.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

lerna.json

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

0 commit comments

Comments
 (0)