From f5ef80187b8a4f1d304e028fbe665cf422da9bc9 Mon Sep 17 00:00:00 2001 From: Swimburger <3382717+Swimburger@users.noreply.github.com> Date: Thu, 18 Sep 2025 16:50:53 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-09-18.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fern/products/sdks/overview/typescript/changelog/2025-09-18.mdx diff --git a/fern/products/sdks/overview/typescript/changelog/2025-09-18.mdx b/fern/products/sdks/overview/typescript/changelog/2025-09-18.mdx new file mode 100644 index 000000000..25b2cfb67 --- /dev/null +++ b/fern/products/sdks/overview/typescript/changelog/2025-09-18.mdx @@ -0,0 +1,10 @@ +## 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_. + +| Option | Before | Now | +|--------|--------|-----| +| `packageManager` | `yarn` | `pnpm` | +| `testFramework` | `jest` | `vitest` | + +