Skip to content

Commit a26c788

Browse files
awstoolssrchase
awstools
authored andcommitted
Publish v3.33.0
1 parent 1a181ee commit a26c788

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/config-resolver/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
7+
8+
**Note:** Version bump only for package @aws-sdk/config-resolver
9+
10+
11+
12+
13+
614
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
715

816
**Note:** Version bump only for package @aws-sdk/config-resolver

packages/config-resolver/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/config-resolver",
3-
"version": "3.32.0",
3+
"version": "3.33.0",
44
"scripts": {
55
"build:cjs": "tsc -p tsconfig.cjs.json",
66
"build:es": "tsc -p tsconfig.es.json",
@@ -23,7 +23,7 @@
2323
"typescript": "~4.3.5"
2424
},
2525
"dependencies": {
26-
"@aws-sdk/signature-v4": "3.32.0",
26+
"@aws-sdk/signature-v4": "3.33.0",
2727
"@aws-sdk/types": "3.32.0",
2828
"tslib": "^2.3.0"
2929
},

packages/signature-v4/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
7+
8+
9+
### Features
10+
11+
* **client-s3:** support generating endpoints from multi-region access point ([#2796](https://github.com/aws/aws-sdk-js-v3/issues/2796)) ([c1bed9d](https://github.com/aws/aws-sdk-js-v3/commit/c1bed9d5c54ea3afbfe1883877b452b0b54a69fa)), closes [#2759](https://github.com/aws/aws-sdk-js-v3/issues/2759)
12+
13+
14+
15+
16+
617
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
718

819
**Note:** Version bump only for package @aws-sdk/signature-v4

packages/signature-v4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/signature-v4",
3-
"version": "3.32.0",
3+
"version": "3.33.0",
44
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",

0 commit comments

Comments
 (0)