We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34a14c commit a53b2e6Copy full SHA for a53b2e6
codegen/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Smithy AWS Typescript Codegen Changelog
2
3
+## 0.7.1 (2021-11-04)
4
+
5
+### Bug Fixes
6
7
+* Fixed generator to not rely on unreleased features.
8
9
## 0.7.0 (2021-11-03)
10
11
### Features
codegen/build.gradle.kts
@@ -28,7 +28,7 @@ allprojects {
28
mavenCentral()
29
}
30
group = "software.amazon.smithy.typescript"
31
- version = "0.7.0"
+ version = "0.7.1"
32
33
34
// The root project doesn't produce a JAR.
0 commit comments