File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Smithy AWS Typescript Codegen Changelog
22
3+ ## 0.11.0 (2022-04-04)
4+
5+ ### Features
6+
7+ * Updated Smithy version to ` 1.19.x ` . ([ #3507 ] ( https://github.com/aws/aws-sdk-js-v3/pull/3507 ) )
8+
39## 0.10.0 (2022-03-02)
410
511### Features
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ allprojects {
2828 mavenCentral()
2929 }
3030 group = " software.amazon.smithy.typescript"
31- version = " 0.10 .0"
31+ version = " 0.11 .0"
3232}
3333
3434extra[" smithyVersion" ] = " [1.19.0,1.20.0["
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 api(" software.amazon.smithy:smithy-aws-iam-traits:${rootProject.extra[" smithyVersion" ]} " )
3737 api(" software.amazon.smithy:smithy-protocol-test-traits:${rootProject.extra[" smithyVersion" ]} " )
3838 api(" software.amazon.smithy:smithy-model:${rootProject.extra[" smithyVersion" ]} " )
39- api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.10 .0" )
39+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.11 .0" )
4040}
4141
4242tasks.register(" set-aws-sdk-versions" ) {
You can’t perform that action at this time.
0 commit comments