Skip to content

Commit 07b4e99

Browse files
authored
feat(codegen): bump codegen version to 0.16.0 (#4899)
1 parent 706c2ce commit 07b4e99

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: codegen/CHANGELOG.md

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

3+
## 0.16.0 (2023-06-30)
4+
5+
### Features
6+
7+
* Updated code generator to use @smithy scoped npm packages ([#4873](https://github.com/aws/aws-sdk-js-v3/pull/4873))
8+
* Updated code generator to use runtime-agnostic util-stream package ([#4861](https://github.com/aws/aws-sdk-js-v3/pull/4861))
9+
310
## 0.15.0 (2023-05-10)
411

512
### Features

Diff for: codegen/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828
mavenCentral()
2929
}
3030
group = "software.amazon.smithy.typescript"
31-
version = "0.15.0"
31+
version = "0.16.0"
3232
}
3333

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

Diff for: codegen/smithy-aws-typescript-codegen/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
4343
api("software.amazon.smithy:smithy-model:$smithyVersion")
4444
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
45-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.15.0")
45+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.16.0")
4646
}
4747

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

0 commit comments

Comments
 (0)