Skip to content

Commit

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

# [3.443.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.442.0...v3.443.0) (2023-11-03)


### Features

* **client-config-service:** Updated ResourceType enum with new resource types onboarded by AWS Config in October 2023. ([360adba](https://github.com/aws/aws-sdk-js-v3/commit/360adbabb4d6b23db45bfb8da7fc1b6092803bce))
* **client-connect:** Amazon Connect Chat introduces Create Persistent Contact Association API, allowing customers to choose when to resume previous conversations from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history. ([0ca88f3](https://github.com/aws/aws-sdk-js-v3/commit/0ca88f35fca3a781f1445708fdd1e265273f9fcc))
* **client-iot-wireless:** Added LoRaWAN version 1.0.4 support ([fff6dd0](https://github.com/aws/aws-sdk-js-v3/commit/fff6dd0e32f7401c492c798f8744cf5c9c97c367))
* **client-launch-wizard:** AWS Launch Wizard is a service that helps reduce the time it takes to deploy applications to the cloud while providing a guided deployment experience. ([9dd8d0f](https://github.com/aws/aws-sdk-js-v3/commit/9dd8d0fbba9d3181590f158945ac43b1d7cc045d))





# [3.442.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.441.0...v3.442.0) (2023-11-02)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-config-service/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.443.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.442.0...v3.443.0) (2023-11-03)


### Features

* **client-config-service:** Updated ResourceType enum with new resource types onboarded by AWS Config in October 2023. ([360adba](https://github.com/aws/aws-sdk-js-v3/commit/360adbabb4d6b23db45bfb8da7fc1b6092803bce))





# [3.441.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.440.0...v3.441.0) (2023-11-01)

**Note:** Version bump only for package @aws-sdk/client-config-service
Expand Down
2 changes: 1 addition & 1 deletion clients/client-config-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-config-service",
"description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native",
"version": "3.441.0",
"version": "3.443.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-connect/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.443.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.442.0...v3.443.0) (2023-11-03)


### Features

* **client-connect:** Amazon Connect Chat introduces Create Persistent Contact Association API, allowing customers to choose when to resume previous conversations from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history. ([0ca88f3](https://github.com/aws/aws-sdk-js-v3/commit/0ca88f35fca3a781f1445708fdd1e265273f9fcc))





# [3.442.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.441.0...v3.442.0) (2023-11-02)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-connect",
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
"version": "3.442.0",
"version": "3.443.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-iot-wireless/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.443.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.442.0...v3.443.0) (2023-11-03)


### Features

* **client-iot-wireless:** Added LoRaWAN version 1.0.4 support ([fff6dd0](https://github.com/aws/aws-sdk-js-v3/commit/fff6dd0e32f7401c492c798f8744cf5c9c97c367))





# [3.441.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.440.0...v3.441.0) (2023-11-01)

**Note:** Version bump only for package @aws-sdk/client-iot-wireless
Expand Down
2 changes: 1 addition & 1 deletion clients/client-iot-wireless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-iot-wireless",
"description": "AWS SDK for JavaScript Iot Wireless Client for Node.js, Browser and React Native",
"version": "3.441.0",
"version": "3.443.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-launch-wizard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.443.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.442.0...v3.443.0) (2023-11-03)


### Features

* **client-launch-wizard:** AWS Launch Wizard is a service that helps reduce the time it takes to deploy applications to the cloud while providing a guided deployment experience. ([9dd8d0f](https://github.com/aws/aws-sdk-js-v3/commit/9dd8d0fbba9d3181590f158945ac43b1d7cc045d))
2 changes: 1 addition & 1 deletion clients/client-launch-wizard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-launch-wizard",
"description": "AWS SDK for JavaScript Launch Wizard Client for Node.js, Browser and React Native",
"version": "3.0.0",
"version": "3.443.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-quicksight/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.443.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.442.0...v3.443.0) (2023-11-03)

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





# [3.442.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.441.0...v3.442.0) (2023-11-02)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-quicksight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-quicksight",
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
"version": "3.442.0",
"version": "3.443.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.442.0",
"version": "3.443.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 68c9a42

Please sign in to comment.