Skip to content

Commit 471e599

Browse files
Update changelogs from fern repo (#878)
Co-authored-by: Swimburger <[email protected]>
1 parent 04b7b11 commit 471e599

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 3.0.0
2+
**`(feat):`** Change defaults configuration in _generators.yml_ to use pnpm package manager and vitest test framework.
3+
To avoid breaking changes, explicitly set the options above with the `Before` values in the `config` of your generator in _generators.yml_.
4+
5+
| Option | Before | Now |
6+
|--------|--------|-----|
7+
| `packageManager` | `yarn` | `pnpm` |
8+
| `testFramework` | `jest` | `vitest` |
9+
10+

0 commit comments

Comments
 (0)