Skip to content

Commit dbe1d3a

Browse files
chore(codegen): bump version to 0.20.1 (#5968)
1 parent a10d3dd commit dbe1d3a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

codegen/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Smithy AWS Typescript Codegen Changelog
22

3+
## 0.20.1 (2024-04-05)
4+
5+
### Features
6+
* Add option to prevent md5 computation ([#5953](https://github.com/aws/aws-sdk-js-v3/pull/5953))
7+
* Update Smithy to 1.47.0 ([#5956](https://github.com/aws/aws-sdk-js-v3/pull/5956))
8+
39
## 0.20.0 (2024-03-27)
410

511
### Features

scripts/generate-clients/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Update this commit when taking up new changes from smithy-typescript.
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
4-
SMITHY_TS_COMMIT: "3d9d6038a44d513f4362cecd741ed23e320960a4",
4+
SMITHY_TS_COMMIT: "6e4f8d45234f51eb56a58db6113797d034bfb855",
55
};
66

77
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)