From 4d20209c1d96fde8c2191ac2d9f490ef88753c0f Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Fri, 19 Sep 2025 19:09:47 +0000 Subject: [PATCH] update changelogs --- .../products/sdks/overview/typescript/changelog/2025-09-17.mdx | 2 +- .../products/sdks/overview/typescript/changelog/2025-09-19.mdx | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 fern/products/sdks/overview/typescript/changelog/2025-09-19.mdx 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. +