Skip to content

Commit 25726c1

Browse files
committed
Bump codegen version to 0.21.1
1 parent 3798bc1 commit 25726c1

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## 0.21.1 (2024-06-05)
4+
5+
### Features
6+
7+
- Added logging for `CredentialsProviderError` ([#1290](https://github.com/smithy-lang/smithy-typescript/pull/1290))
8+
9+
### Bug Fixes
10+
11+
- Fixed issues with serializing millisecond precision timestamps for certain formats ([#1289](https://github.com/smithy-lang/smithy-typescript/pull/1289),
12+
[#1295](https://github.com/smithy-lang/smithy-typescript/pull/1295))
13+
- Fixed issue where `export` was used instead of the clearer `export type` ([#1284](https://github.com/smithy-lang/smithy-typescript/pull/1284))
14+
315
## 0.21.0 (2024-05-22)
416

517
### Breaking Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To add a minimal `typescript-client-codegen` plugin, add the following to `smith
4747
// Add the Smithy TypeScript code generator dependency
4848
"maven": {
4949
"dependencies": [
50-
"software.amazon.smithy.typescript:smithy-typescript-codegen:0.21.0"
50+
"software.amazon.smithy.typescript:smithy-typescript-codegen:0.21.1"
5151
]
5252
},
5353
"plugins": {
@@ -141,7 +141,7 @@ dependencies {
141141
smithyCli("software.amazon.smithy:smithy-cli:$smithyVersion")
142142

143143
// Add the Smithy TypeScript code generator dependency
144-
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.21.0")
144+
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.21.1")
145145

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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.21.0"
31+
version = "0.21.1"
3232
}
3333

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

0 commit comments

Comments
 (0)