Skip to content

Commit 76e2bae

Browse files
Update changelogs from fern repo (#1165)
Co-authored-by: patrickthornton <[email protected]>
1 parent 17003d1 commit 76e2bae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

fern/products/sdks/overview/typescript/changelog/2025-09-25.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
## 3.2.1
10-
**`(fix):`** Set `compilerOptions.isolatedModules` and `compilerOptions.isolatedDeclarations` to `true` in _tsconfig.json_, and update the TypeScript code to comply with this setting.
10+
**`(fix):`** Set `compilerOptions.isolatedModules` and `compilerOptions.isolatedDeclarations` to `true` in _tsconfig.json_, and update the TypeScript code to comply with this setting.
1111
Users that enable `isolatedModules` can now use the SDK without any TypeScript compilation errors.
1212
While `isolatedModules` is not turned on by default in TypeScript, more frameworks and tools enable it by default.
1313

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 3.6.0
2+
**`(feat):`** Allow for configuring `timeoutMs` and `maxRetries` request options at the client-level as well as the request level.
3+
4+

0 commit comments

Comments
 (0)