Skip to content

Commit 1a05ea2

Browse files
author
awstools
committed
Publish v3.89.0
1 parent f9c6096 commit 1a05ea2

File tree

7 files changed

+34
-4
lines changed

7 files changed

+34
-4
lines changed

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.89.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.88.0...v3.89.0) (2022-05-11)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'. ([afd213b](https://github.com/aws/aws-sdk-js-v3/commit/afd213b43be257f4192f12b197c98f9870bd5a06))
12+
13+
14+
15+
16+
617
# [3.88.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.87.0...v3.88.0) (2022-05-10)
718

819

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
|@aws-sdk/client-cognito-identity-provider|3.85.0|2.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1818
|@aws-sdk/client-cognito-sync|3.85.0|639.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1919
|@aws-sdk/client-dynamodb|3.85.0|2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
20-
|@aws-sdk/client-ec2|3.87.0|14.6 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
20+
|@aws-sdk/client-ec2|3.88.0|14.6 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2121
|@aws-sdk/client-efs|3.85.0|1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2222
|@aws-sdk/client-eventbridge|3.87.0|1.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2323
|@aws-sdk/client-firehose|3.85.0|783.5 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|

clients/client-ec2/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.89.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.88.0...v3.89.0) (2022-05-11)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'. ([afd213b](https://github.com/aws/aws-sdk-js-v3/commit/afd213b43be257f4192f12b197c98f9870bd5a06))
12+
13+
14+
15+
16+
617
# [3.88.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.87.0...v3.88.0) (2022-05-10)
718

819

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

clients/client-secrets-manager/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.89.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.88.0...v3.89.0) (2022-05-11)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-secrets-manager
9+
10+
11+
12+
13+
614
# [3.87.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.86.0...v3.87.0) (2022-05-09)
715

816
**Note:** Version bump only for package @aws-sdk/client-secrets-manager

clients/client-secrets-manager/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-secrets-manager",
33
"description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
4-
"version": "3.87.0",
4+
"version": "3.89.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.88.0",
2+
"version": "3.89.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)