Skip to content

Commit

Permalink
Publish v3.520.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 22, 2024
1 parent 6368fad commit ecc811b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 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.520.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.519.0...v3.520.0) (2024-02-22)


### Features

* **client-internetmonitor:** This release adds IPv4 prefixes to health events ([96fb359](https://github.com/aws/aws-sdk-js-v3/commit/96fb3590bfab78b9b39567b880f513762b07101e))
* **client-kinesis-video:** Increasing NextToken parameter length restriction for List APIs from 512 to 1024. ([6368fad](https://github.com/aws/aws-sdk-js-v3/commit/6368fad9d83980aadf60f0e2ad5cb92a30c310fc))





# [3.519.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.518.0...v3.519.0) (2024-02-21)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-internetmonitor/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.520.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.519.0...v3.520.0) (2024-02-22)


### Features

* **client-internetmonitor:** This release adds IPv4 prefixes to health events ([96fb359](https://github.com/aws/aws-sdk-js-v3/commit/96fb3590bfab78b9b39567b880f513762b07101e))





# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)

**Note:** Version bump only for package @aws-sdk/client-internetmonitor
Expand Down
2 changes: 1 addition & 1 deletion clients/client-internetmonitor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-internetmonitor",
"description": "AWS SDK for JavaScript Internetmonitor Client for Node.js, Browser and React Native",
"version": "3.515.0",
"version": "3.520.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-internetmonitor",
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.519.0",
"version": "3.520.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit ecc811b

Please sign in to comment.