File tree 3 files changed +9
-2
lines changed
smithy-aws-typescript-codegen
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Smithy AWS Typescript Codegen Changelog
2
2
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
+
3
10
## 0.15.0 (2023-05-10)
4
11
5
12
### Features
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ allprojects {
28
28
mavenCentral()
29
29
}
30
30
group = " software.amazon.smithy.typescript"
31
- version = " 0.15 .0"
31
+ version = " 0.16 .0"
32
32
}
33
33
34
34
// The root project doesn't produce a JAR.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
api(" software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion " )
43
43
api(" software.amazon.smithy:smithy-model:$smithyVersion " )
44
44
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" )
46
46
}
47
47
48
48
tasks.register(" set-aws-sdk-versions" ) {
You can’t perform that action at this time.
0 commit comments