Skip to content

Commit

Permalink
Bump codegen version to 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich committed Jun 5, 2024
1 parent 3798bc1 commit b12c519
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Smithy Typescript Codegen Changelog

## 0.21.1 (2024-06-05)

### Featuers

- Added logging for `CredentialsProviderError` ([#1290](https://github.com/smithy-lang/smithy-typescript/pull/1290))

### Bug Fixes

- Fixed issues with serializing millisecond precision timestamps for certain formats ([#1289](https://github.com/smithy-lang/smithy-typescript/pull/1289))

## 0.21.0 (2024-05-22)

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To add a minimal `typescript-client-codegen` plugin, add the following to `smith
// Add the Smithy TypeScript code generator dependency
"maven": {
"dependencies": [
"software.amazon.smithy.typescript:smithy-typescript-codegen:0.21.0"
"software.amazon.smithy.typescript:smithy-typescript-codegen:0.21.1"
]
},
"plugins": {
Expand Down Expand Up @@ -141,7 +141,7 @@ dependencies {
smithyCli("software.amazon.smithy:smithy-cli:$smithyVersion")

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

// Uncomment below to add various smithy dependencies (see full list of smithy dependencies in https://github.com/awslabs/smithy)
// implementation("software.amazon.smithy:smithy-model:$smithyVersion")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {

allprojects {
group = "software.amazon.smithy.typescript"
version = "0.21.0"
version = "0.21.1"
}

// The root project doesn't produce a JAR.
Expand Down

0 comments on commit b12c519

Please sign in to comment.