Skip to content

Commit 4dad779

Browse files
Update changelogs from fern repo (#1115)
Co-authored-by: Swimburger <[email protected]>
1 parent 9e5f197 commit 4dad779

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fern/products/sdks/overview/typescript/changelog/2025-10-03.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.3.9
2+
**`(fix):`** Use `// ... file header ...` file header instead of `/** ... file header ... */`.
3+
The latter is considered a JSDoc comment and may cause issues with some tools.
4+
The TypeScript compiler will remove `//` but not `/** */` comments.
5+
6+
17
## 3.3.7
28
**`(fix):`** Dynamically build type for enums based on the const to reduce generated code.
39

0 commit comments

Comments
 (0)