1.9.2

(fix): Fix issue where x-fern-explorer was not hiding routes from the API Explorer

1.9.1

(fix): Fix issue where <Code /> components were not able to be added during fern docs dev mode.

1.9.0

(feat): Add external configuration to tsup build to prevent dev-only dependencies (prettier, vitest, typescript, tsup, depcheck, @types/*) from being accidentally bundled. This ensures the CLI bundle only includes runtime dependencies and enables metafile generation for bundle analysis.

1.8.1

(fix): Fix issue where local generation for github output mode wasn’t producing README.md files

1.8.0

(feat): Add fern sdk-diff command to analyze the differences between two SDKs and generate a commit message and version bump.

1.7.0

(feat): Replace prettier2 with yaml package in fern format command to reduce CLI bundle size by ~4.3 MB (11.4% reduction from 38 MB to 33.67 MB). YAML formatting output may have minor differences (e.g., extra blank lines after section headers like types: and errors:).