diff --git a/fern/products/sdks/overview/typescript/changelog/2025-09-17.mdx b/fern/products/sdks/overview/typescript/changelog/2025-09-17.mdx index 204e04582..cfe023685 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-09-17.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-09-17.mdx @@ -1,5 +1,5 @@ ## 2.13.0 -**`(feat):`** Use Vitest instead of Jest for running tests. +**`(feat):`** Use Vitest instead of Jest for running tests. Enable Vitest by setting `testFramework` to `vitest` in the `config` of your generator configuration. diff --git a/fern/products/sdks/overview/typescript/changelog/2025-09-19.mdx b/fern/products/sdks/overview/typescript/changelog/2025-09-19.mdx new file mode 100644 index 000000000..bd5897029 --- /dev/null +++ b/fern/products/sdks/overview/typescript/changelog/2025-09-19.mdx @@ -0,0 +1,3 @@ +## 3.0.2 +**`(fix):`** Update `exportAllRequestsAtRoot` to create an aggregate request file instead of adding imports. +