Skip to content

Commit

Permalink
Publish v3.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 13, 2022
1 parent 58e3a94 commit 71acd15
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.70.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.69.0...v3.70.0) (2022-04-13)


### Features

* **client-cloudwatch:** Adds support for additional statistics in CloudWatch Metric Streams. ([58e3a94](https://github.com/aws/aws-sdk-js-v3/commit/58e3a94179ee1a06e05138408b64cc96514b0e6e))
* **client-fsx:** This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone. ([2f160df](https://github.com/aws/aws-sdk-js-v3/commit/2f160df5f6c82b9750ca386e88a8dd664e8b7ffc))





# [3.69.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.68.0...v3.69.0) (2022-04-12)


Expand Down
2 changes: 1 addition & 1 deletion benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|@aws-sdk/client-auto-scaling|3.58.0|1.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-cloudformation|3.58.0|2.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-cloudhsm-v2|3.58.0|517.4 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-cloudwatch|3.58.0|1.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-cloudwatch|3.67.0|1.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-cloudwatch-logs|3.58.0|1.1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-codebuild|3.58.0|1.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-codecommit|3.58.0|2.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
Expand Down
11 changes: 11 additions & 0 deletions clients/client-cloudwatch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.70.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.69.0...v3.70.0) (2022-04-13)


### Features

* **client-cloudwatch:** Adds support for additional statistics in CloudWatch Metric Streams. ([58e3a94](https://github.com/aws/aws-sdk-js-v3/commit/58e3a94179ee1a06e05138408b64cc96514b0e6e))





# [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)

**Note:** Version bump only for package @aws-sdk/client-cloudwatch
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudwatch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cloudwatch",
"description": "AWS SDK for JavaScript Cloudwatch Client for Node.js, Browser and React Native",
"version": "3.67.0",
"version": "3.70.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-fsx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.70.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.69.0...v3.70.0) (2022-04-13)


### Features

* **client-fsx:** This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone. ([2f160df](https://github.com/aws/aws-sdk-js-v3/commit/2f160df5f6c82b9750ca386e88a8dd664e8b7ffc))





# [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)

**Note:** Version bump only for package @aws-sdk/client-fsx
Expand Down
2 changes: 1 addition & 1 deletion clients/client-fsx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-fsx",
"description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
"version": "3.67.0",
"version": "3.70.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.69.0",
"version": "3.70.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 71acd15

Please sign in to comment.