Skip to content

Commit b7d6583

Browse files
author
awstools
committed
Publish v3.96.0
1 parent 658f8d1 commit b7d6583

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.96.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.95.0...v3.96.0) (2022-05-20)
7+
8+
9+
### Features
10+
11+
* **client-comprehend:** Comprehend releases 14 new entity types for DetectPiiEntities and ContainsPiiEntities APIs. ([598f334](https://github.com/aws/aws-sdk-js-v3/commit/598f334cf84fd67910d5f558c983ca989d20afcc))
12+
13+
14+
15+
16+
617
# [3.95.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.94.0...v3.95.0) (2022-05-19)
718

819

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|@aws-sdk/client-cloudformation|3.94.0|2.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
99
|@aws-sdk/client-cloudhsm-v2|3.94.0|520.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1010
|@aws-sdk/client-cloudwatch|3.94.0|1.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
11-
|@aws-sdk/client-cloudwatch-logs|3.94.0|1.1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
11+
|@aws-sdk/client-cloudwatch-logs|3.95.0|1.1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1212
|@aws-sdk/client-codebuild|3.94.0|1.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1313
|@aws-sdk/client-codecommit|3.94.0|2.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1414
|@aws-sdk/client-codedeploy|3.94.0|1.8 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|

clients/client-cloudwatch-logs/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.96.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.95.0...v3.96.0) (2022-05-20)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudwatch-logs
9+
10+
11+
12+
13+
614
# [3.95.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.94.0...v3.95.0) (2022-05-19)
715

816
**Note:** Version bump only for package @aws-sdk/client-cloudwatch-logs

clients/client-cloudwatch-logs/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-cloudwatch-logs",
33
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
4-
"version": "3.95.0",
4+
"version": "3.96.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-comprehend/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.96.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.95.0...v3.96.0) (2022-05-20)
7+
8+
9+
### Features
10+
11+
* **client-comprehend:** Comprehend releases 14 new entity types for DetectPiiEntities and ContainsPiiEntities APIs. ([598f334](https://github.com/aws/aws-sdk-js-v3/commit/598f334cf84fd67910d5f558c983ca989d20afcc))
12+
13+
14+
15+
16+
617
# [3.95.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.94.0...v3.95.0) (2022-05-19)
718

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

clients/client-comprehend/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-comprehend",
33
"description": "AWS SDK for JavaScript Comprehend Client for Node.js, Browser and React Native",
4-
"version": "3.95.0",
4+
"version": "3.96.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.95.0",
2+
"version": "3.96.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)