Skip to content

Commit

Permalink
Publish v3.249.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 11, 2023
1 parent 2d7aad5 commit ca9d429
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 3 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.249.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.248.0...v3.249.0) (2023-01-11)


### Features

* **client-kendra:** This release adds support to new document types - RTF, XML, XSLT, MS_EXCEL, CSV, JSON, MD ([2d7aad5](https://github.com/aws/aws-sdk-js-v3/commit/2d7aad5768ac0b7b13ce2117e7325644f6660bf7))
* **xhr-http-handler:** add consistent wrapper to XHR error handler ([#4334](https://github.com/aws/aws-sdk-js-v3/issues/4334)) ([99dab91](https://github.com/aws/aws-sdk-js-v3/commit/99dab91912bed6e6adcf5506b89fe0d96ca375d3))





# [3.248.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.247.0...v3.248.0) (2023-01-10)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-kendra/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.249.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.248.0...v3.249.0) (2023-01-11)


### Features

* **client-kendra:** This release adds support to new document types - RTF, XML, XSLT, MS_EXCEL, CSV, JSON, MD ([2d7aad5](https://github.com/aws/aws-sdk-js-v3/commit/2d7aad5768ac0b7b13ce2117e7325644f6660bf7))





# [3.245.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.244.0...v3.245.0) (2023-01-05)

**Note:** Version bump only for package @aws-sdk/client-kendra
Expand Down
2 changes: 1 addition & 1 deletion clients/client-kendra/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-kendra",
"description": "AWS SDK for JavaScript Kendra Client for Node.js, Browser and React Native",
"version": "3.245.0",
"version": "3.249.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.248.0",
"version": "3.249.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/xhr-http-handler/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.249.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.248.0...v3.249.0) (2023-01-11)


### Features

* **xhr-http-handler:** add consistent wrapper to XHR error handler ([#4334](https://github.com/aws/aws-sdk-js-v3/issues/4334)) ([99dab91](https://github.com/aws/aws-sdk-js-v3/commit/99dab91912bed6e6adcf5506b89fe0d96ca375d3))





# [3.226.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.225.0...v3.226.0) (2022-12-07)

**Note:** Version bump only for package @aws-sdk/xhr-http-handler
Expand Down
2 changes: 1 addition & 1 deletion packages/xhr-http-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/xhr-http-handler",
"version": "3.226.0",
"version": "3.249.0",
"description": "Provides a way to make requests using XMLHttpRequest",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
Expand Down

0 comments on commit ca9d429

Please sign in to comment.