From 9f3d6a641a573cfb9750e22b54d9f684dbc17afb Mon Sep 17 00:00:00 2001 From: Swimburger <3382717+Swimburger@users.noreply.github.com> Date: Fri, 19 Sep 2025 01:51:58 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-09-18.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fern/products/sdks/overview/typescript/changelog/2025-09-18.mdx b/fern/products/sdks/overview/typescript/changelog/2025-09-18.mdx index 25b2cfb67..a5d97086c 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-09-18.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-09-18.mdx @@ -1,3 +1,10 @@ +## 3.0.1 +**`(fix):`** Fix incorrect pnpm commands inside of ci.yml + +**`(fix):`** Delete browser specific tests. + +**`(fix):`** Make tests more robust across Jest and Vitest. + ## 3.0.0 **`(feat):`** Change defaults configuration in _generators.yml_ to use pnpm package manager and vitest test framework. To avoid breaking changes, explicitly set the options above with the `Before` values in the `config` of your generator in _generators.yml_. @@ -7,4 +14,6 @@ To avoid breaking changes, explicitly set the options above with the `Before` va | `packageManager` | `yarn` | `pnpm` | | `testFramework` | `jest` | `vitest` | +`testFramework: vitest` is not supported alongside `useBigInt: true`, `streamType: wrapper`, or `packagePath`. +