diff --git a/fern/products/sdks/overview/typescript/changelog/2025-09-25.mdx b/fern/products/sdks/overview/typescript/changelog/2025-09-25.mdx index ecd7b086c..daab8c30e 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-09-25.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-09-25.mdx @@ -7,7 +7,7 @@ ## 3.2.1 -**`(fix):`** Set `compilerOptions.isolatedModules` and `compilerOptions.isolatedDeclarations` to `true` in _tsconfig.json_, and update the TypeScript code to comply with this setting. +**`(fix):`** Set `compilerOptions.isolatedModules` and `compilerOptions.isolatedDeclarations` to `true` in _tsconfig.json_, and update the TypeScript code to comply with this setting. Users that enable `isolatedModules` can now use the SDK without any TypeScript compilation errors. While `isolatedModules` is not turned on by default in TypeScript, more frameworks and tools enable it by default. diff --git a/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx b/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx new file mode 100644 index 000000000..7aef419ab --- /dev/null +++ b/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx @@ -0,0 +1,4 @@ +## 3.6.0 +**`(feat):`** Allow for configuring `timeoutMs` and `maxRetries` request options at the client-level as well as the request level. + +