Skip to content

Commit 9611216

Browse files
authored
Copy over changelogs from fern repo (#246)
1 parent 3cce5dc commit 9611216

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 0.65.37
2+
**`(feat):`** Add support for snippet.json output as part of self hosted SDK generation. The following config in
3+
`generators.yml` will generate a `snippet.json` file in the relevant director:
4+
```
5+
groups:
6+
ts-sdk:
7+
- name: fernapi/fern-typescript-sdk
8+
snippets:
9+
path: ../snippets.json
10+
```
11+
12+

0 commit comments

Comments
 (0)