Skip to content

Commit

Permalink
feat(codegen): bump codegen version to 0.17.1 (#4937)
Browse files Browse the repository at this point in the history
  • Loading branch information
srchase committed Jul 7, 2023
1 parent 99f90dc commit 86691eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Smithy AWS Typescript Codegen Changelog

## 0.17.1 (2023-07-07)

## 0.17.0 (2023-07-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ allprojects {
mavenCentral()
}
group = "software.amazon.smithy.typescript"
version = "0.17.0"
version = "0.17.1"
}

// The root project doesn't produce a JAR.
Expand Down
2 changes: 1 addition & 1 deletion codegen/smithy-aws-typescript-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
api("software.amazon.smithy:smithy-model:$smithyVersion")
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.17.0")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.17.1")
}

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

0 comments on commit 86691eb

Please sign in to comment.