You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Smithy AWS Typescript Codegen Changelog
2
2
3
+
## 0.44.0 (2026-02-06)
4
+
5
+
### Features
6
+
7
+
- Generated package.json will now contain `@aws-sdk/*` dependencies with a caret `^` instead of pinned version ([#7714](https://github.com/aws/aws-sdk-js-v3/pull/7714))
8
+
9
+
### Chores
10
+
11
+
- Upgraded to smithy-typescript 0.44.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0440-2026-02-06))
0 commit comments