diff --git a/fern/products/sdks/overview/typescript/changelog/2025-07-10.mdx b/fern/products/sdks/overview/typescript/changelog/2025-07-10.mdx index 3a8d18697..86f1bac9c 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-07-10.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-07-10.mdx @@ -4,7 +4,7 @@ ## 2.4.7 **`(fix):`** Make sure `extraDependencies`, `extraPeerDependencies`, `extraPeerDependenciesMeta`, and `extraDevDependencies` are always merged into _package.json_. -This was previously fixed for `shouldBundle: true`, but not for `shouldBundle: false` (default). +This was previously fixed for `bundle: true`, but not for `bundle: false` (default). All dependencies should now come through. diff --git a/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx b/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx index 7aef419ab..f239b0394 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx @@ -1,3 +1,7 @@ +## 3.6.1 +**`(fix):`** Add missing test scripts when `bundle: true`. + + ## 3.6.0 **`(feat):`** Allow for configuring `timeoutMs` and `maxRetries` request options at the client-level as well as the request level.