Skip to content

Commit

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

# [3.313.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.312.0...v3.313.0) (2023-04-13)


### Features

* **client-chime-sdk-voice:** This release adds tagging support for Voice Connectors and SIP Media Applications ([4982fd3](https://github.com/aws/aws-sdk-js-v3/commit/4982fd3bd90a3341fce6a07b7ae4c0ae48a25e71))
* **client-mediaconnect:** Gateway is a new feature of AWS Elemental MediaConnect. Gateway allows the deployment of on-premises resources for the purpose of transporting live video to and from the AWS Cloud. ([0577cc1](https://github.com/aws/aws-sdk-js-v3/commit/0577cc110b73ce3c02d4c8fb52b1d70ed56ebad7))
* **clients:** update client endpoints as of 2023-04-13 ([893e710](https://github.com/aws/aws-sdk-js-v3/commit/893e71085db7b2c0fca5bb044dc2167296f5fccc))





# [3.312.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.311.0...v3.312.0) (2023-04-12)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-chime-sdk-voice/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.313.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.312.0...v3.313.0) (2023-04-13)


### Features

* **client-chime-sdk-voice:** This release adds tagging support for Voice Connectors and SIP Media Applications ([4982fd3](https://github.com/aws/aws-sdk-js-v3/commit/4982fd3bd90a3341fce6a07b7ae4c0ae48a25e71))





# [3.312.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.311.0...v3.312.0) (2023-04-12)

**Note:** Version bump only for package @aws-sdk/client-chime-sdk-voice
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-voice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-chime-sdk-voice",
"description": "AWS SDK for JavaScript Chime Sdk Voice Client for Node.js, Browser and React Native",
"version": "3.312.0",
"version": "3.313.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-mediaconnect/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.313.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.312.0...v3.313.0) (2023-04-13)


### Features

* **client-mediaconnect:** Gateway is a new feature of AWS Elemental MediaConnect. Gateway allows the deployment of on-premises resources for the purpose of transporting live video to and from the AWS Cloud. ([0577cc1](https://github.com/aws/aws-sdk-js-v3/commit/0577cc110b73ce3c02d4c8fb52b1d70ed56ebad7))





# [3.312.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.311.0...v3.312.0) (2023-04-12)

**Note:** Version bump only for package @aws-sdk/client-mediaconnect
Expand Down
2 changes: 1 addition & 1 deletion clients/client-mediaconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-mediaconnect",
"description": "AWS SDK for JavaScript Mediaconnect Client for Node.js, Browser and React Native",
"version": "3.312.0",
"version": "3.313.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.312.0",
"version": "3.313.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit d8e4af0

Please sign in to comment.