Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.106.0
**`(feat):`** Add support for translating navigation labels (tabs, products, versions, sections, pages, announcements)
via YAML overlay files in `translations/<lang>/fern/`. The overlay files use the same format as
`write-translation` output and are deep-merged over the source navigation configuration.


## 4.105.0
**`(fix):`** Fix branch creation during signed commit push in generator-cli. GitHub's
updateRef API returns 422 (not 404) when the target branch does not exist,
Expand Down
Loading