Skip to content

Commit 7af8ef9

Browse files
authored
Bump codegen version to 0.29.1 (#1569)
1 parent 47e23f6 commit 7af8ef9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Smithy Typescript Codegen Changelog
22

3+
## 0.29.1 (2025-04-24)
4+
5+
### Chores
6+
- Bumped version to match release of smithy-aws-typescript-codegen
7+
38
## 0.29.0 (2025-04-11)
49

510
### Features

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To add a minimal `typescript-client-codegen` plugin, add the following to `smith
4646
"sources": ["models"],
4747
// Add the Smithy TypeScript code generator dependency
4848
"maven": {
49-
"dependencies": ["software.amazon.smithy.typescript:smithy-typescript-codegen:0.29.0"]
49+
"dependencies": ["software.amazon.smithy.typescript:smithy-typescript-codegen:0.29.1"]
5050
},
5151
"plugins": {
5252
// Add the Smithy TypeScript client plugin
@@ -139,7 +139,7 @@ dependencies {
139139
smithyCli("software.amazon.smithy:smithy-cli:$smithyVersion")
140140

141141
// Add the Smithy TypeScript code generator dependency
142-
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.29.0")
142+
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.29.1")
143143

144144
// Uncomment below to add various smithy dependencies (see full list of smithy dependencies in https://github.com/awslabs/smithy)
145145
// implementation("software.amazon.smithy:smithy-model:$smithyVersion")

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plugins {
2828

2929
allprojects {
3030
group = "software.amazon.smithy.typescript"
31-
version = "0.29.0"
31+
version = "0.29.1"
3232
}
3333

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

0 commit comments

Comments
 (0)