Skip to content

Commit 0bd2a35

Browse files
Update changelogs from fern repo (#439)
Co-authored-by: Swimburger <[email protected]>
1 parent 3067175 commit 0bd2a35

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 2.8.0
2+
**`(feat):`** Choose to use `pnpm` or `yarn` as the package manager for the generated SDK.
3+
Configure this in _generators.yml_ like so:
4+
```yml
5+
# In generators.yml
6+
groups:
7+
ts-sdk:
8+
generators:
9+
- name: fernapi/fern-typescript-sdk
10+
config:
11+
packageManager: pnpm
12+
```
13+
The default is `yarn`.
14+
15+

0 commit comments

Comments
 (0)