We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3067175 commit 0bd2a35Copy full SHA for 0bd2a35
fern/products/sdks/overview/typescript/changelog/2025-08-13.mdx
@@ -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