Skip to content

Commit 0d11e90

Browse files
chore(codegen): bump code generators to 0.5.0 (#2613)
1 parent 994386e commit 0d11e90

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

codegen/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Smithy AWS Typescript Codegen Changelog
2+
3+
## 0.5.0 (2021-07-23)
4+
5+
### Features
6+
7+
* Updated `smithy-typescript-codegen` dependency to `0.5.0`.

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828
mavenCentral()
2929
}
3030
group = "software.amazon.smithy.typescript"
31-
version = "0.4.1"
31+
version = "0.5.0"
3232
}
3333

3434
// The root project doesn't produce a JAR.

codegen/smithy-aws-typescript-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
api("software.amazon.smithy:smithy-waiters:[1.9.0, 1.10.0[")
3636
api("software.amazon.smithy:smithy-aws-iam-traits:[1.9.0, 1.10.0[")
3737
api("software.amazon.smithy:smithy-protocol-test-traits:[1.9.0, 1.10.0[")
38-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.4.1")
38+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.5.0")
3939
}
4040

4141
tasks.register("set-aws-sdk-versions") {

0 commit comments

Comments
 (0)