File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Smithy AWS Typescript Codegen Changelog
2
2
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
+
3
9
## 0.20.0 (2024-03-27)
4
10
5
11
### Features
Original file line number Diff line number Diff line change 1
1
// Update this commit when taking up new changes from smithy-typescript.
2
2
module . exports = {
3
3
// Use full commit hash as we explicitly fetch it.
4
- SMITHY_TS_COMMIT : "3d9d6038a44d513f4362cecd741ed23e320960a4 " ,
4
+ SMITHY_TS_COMMIT : "6e4f8d45234f51eb56a58db6113797d034bfb855 " ,
5
5
} ;
6
6
7
7
if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments