File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Smithy AWS Typescript Codegen Changelog
22
3+ ## 0.46.0 (2026-03-05)
4+
5+ ### Chores
6+
7+ - Upgraded to smithy-typescript 0.46.0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0460-2026-03-05 ) )
8+
39## 0.45.0 (2026-02-19)
410
511### Chores
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ allprojects {
3737 mavenCentral()
3838 }
3939 group = " software.amazon.smithy.typescript"
40- version = " 0.45 .0"
40+ version = " 0.46 .0"
4141}
4242
4343// The root project doesn't produce a JAR.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ buildscript {
3131
3232dependencies {
3333 // Smithy TypeScript
34- api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.45 .0" )
34+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.46 .0" )
3535
3636 // Smithy generic dependencies
3737 api(" software.amazon.smithy:smithy-model:$smithyVersion " )
Original file line number Diff line number Diff line change 22module . exports = {
33 // Use full commit hash as we explicitly fetch it.
44 // Comparison link (update with previous hash):
5- // https://github.com/smithy-lang/smithy-typescript/compare/215d2542830dd323d1c38dd0c75c52f72b94105e ...5eab7ea1c099488605ff3e442e26a7e5c1902d7f
6- SMITHY_TS_COMMIT : "5eab7ea1c099488605ff3e442e26a7e5c1902d7f " ,
5+ // https://github.com/smithy-lang/smithy-typescript/compare/5eab7ea1c099488605ff3e442e26a7e5c1902d7f ...4c6296a745389da66f03bfd9f455592099439c52
6+ SMITHY_TS_COMMIT : "4c6296a745389da66f03bfd9f455592099439c52 " ,
77} ;
88
99if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments