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.91.1
**`(fix):`** Update CLI v2 authentication error messages to reference `fern auth login` instead of `fern login`.
This covers SDK generation permission errors, docs publish auth failures, and missing-token hints
produced by CLI v2 code paths. The legacy `fern login` wording is preserved for the v1 CLI.


## 4.91.0
**`(internal):`** Remove the abandoned `@fern-api/docs-parsers` dependency from `@fern-api/docs-resolver` and drop
the hidden `fern fdr <path> --v2` code path that was the only remaining consumer. The upstream
Expand Down
Loading