Skip to content

Commit 1edf5a8

Browse files
Update changelogs from fern repo (#889)
Co-authored-by: Swimburger <[email protected]>
1 parent 93638b0 commit 1edf5a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

fern/products/sdks/overview/typescript/changelog/2025-09-18.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.0.1
2+
**`(fix):`** Fix incorrect pnpm commands inside of ci.yml
3+
4+
**`(fix):`** Delete browser specific tests.
5+
6+
**`(fix):`** Make tests more robust across Jest and Vitest.
7+
18
## 3.0.0
29
**`(feat):`** Change defaults configuration in _generators.yml_ to use pnpm package manager and vitest test framework.
310
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
714
| `packageManager` | `yarn` | `pnpm` |
815
| `testFramework` | `jest` | `vitest` |
916

17+
`testFramework: vitest` is not supported alongside `useBigInt: true`, `streamType: wrapper`, or `packagePath`.
18+
1019

0 commit comments

Comments
 (0)