Skip to content
Merged
Show file tree
Hide file tree
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.35.2
**`(fix):`** Bump @fern-api/generator-cli to 0.9.35, which disables minimatch negation
on `.fernignore` patterns so a stray `!pattern` no longer silently inverts
the match and discards generator output.


## 5.35.1
**`(fix):`** Fix OpenAPI `respect-readonly-schemas` so that endpoint response types correctly
reference the `Read` variant (e.g. `WebhookRead` instead of `Webhook`) when the
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 5.14.2
**`(fix):`** Bump @fern-api/generator-cli to 0.9.35, which disables minimatch negation
on `.fernignore` patterns so a stray `!pattern` no longer silently inverts
the match and discards generator output.


Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 3.71.1
**`(fix):`** Bump @fern-api/generator-cli to 0.9.35, which disables minimatch negation
on `.fernignore` patterns so a stray `!pattern` no longer silently inverts
the match and discards generator output.


Loading