Skip to content

Commit

Permalink
chore(codegen): bump version to 0.20.1 (#5968)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFossAWS authored Apr 5, 2024
1 parent a10d3dd commit dbe1d3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Smithy AWS Typescript Codegen Changelog

## 0.20.1 (2024-04-05)

### Features
* Add option to prevent md5 computation ([#5953](https://github.com/aws/aws-sdk-js-v3/pull/5953))
* Update Smithy to 1.47.0 ([#5956](https://github.com/aws/aws-sdk-js-v3/pull/5956))

## 0.20.0 (2024-03-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-clients/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Update this commit when taking up new changes from smithy-typescript.
module.exports = {
// Use full commit hash as we explicitly fetch it.
SMITHY_TS_COMMIT: "3d9d6038a44d513f4362cecd741ed23e320960a4",
SMITHY_TS_COMMIT: "6e4f8d45234f51eb56a58db6113797d034bfb855",
};

if (module.exports.SMITHY_TS_COMMIT.length < 40) {
Expand Down

0 comments on commit dbe1d3a

Please sign in to comment.