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 @@
## 5.120.5
**`(fix):`** Fix `theme.tabs.placement` / `theme.tabs.alignment` being sent to the docs publishing API in lowercase,
which caused `fern generate --docs` to fail with `config.theme.tabs: Invalid input` even though
`fern check` passed.


## 5.120.4
**`(fix):`** Honor `required` on OpenAPI response headers: header value types are only wrapped in
`optional` when the Header Object does not declare `required: true`, matching the
Expand Down
Loading