Skip to content

Commit 62d66e0

Browse files
committed
chore(codegen): bump codegen version to 0.34.1
1 parent ac324bb commit 62d66e0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

codegen/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Smithy AWS Typescript Codegen Changelog
22

3+
## 0.34.1 (2025-09-10)
4+
5+
### Bug Fixes
6+
- Upgraded to smithy-typescript 0.34.1 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0330-2025-09-10))
7+
38
## 0.34.0 (2025-07-30)
49

510
### Features

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
mavenCentral()
3232
}
3333
group = "software.amazon.smithy.typescript"
34-
version = "0.34.0"
34+
version = "0.34.1"
3535
}
3636

3737
// 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
@@ -36,7 +36,7 @@ buildscript {
3636

3737
dependencies {
3838
// Smithy TypeScript
39-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.34.0")
39+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.34.1")
4040

4141
// Smithy generic dependencies
4242
api("software.amazon.smithy:smithy-model:$smithyVersion")

0 commit comments

Comments
 (0)