0.15.2
(chore): - fix: running fern generate --local with a .fernignore works in Github Actions (@dsinghvi)
0.15.2-rc3
(chore): Full Changelog: https://github.com/fern-api/fern/compare/0.15.2-rc1…0.15.2-rc3
0.15.2-rc2
(chore): Full Changelog: https://github.com/fern-api/fern/compare/0.15.2-rc1…0.15.2-rc2
0.15.2-rc1
(chore): Full Changelog: https://github.com/fern-api/fern/compare/0.15.2-rc0…0.15.2-rc1
0.15.2-rc0
(chore): ## What’s Changed
- upgrade json5 to
2.2.2by @dsinghvi in https://github.com/fern-api/fern/pull/2304 - chore: remove wire verification by @dsinghvi in https://github.com/fern-api/fern/pull/2305
- chore: upgrade yaml to 2.3.3 by @dsinghvi in https://github.com/fern-api/fern/pull/2306
- fix:
fern generate --localwith.fernignorefails in Github Workflow by @dsinghvi in https://github.com/fern-api/fern/pull/2307
Full Changelog: https://github.com/fern-api/fern/compare/0.15.1…0.15.2-rc0
0.15.1
(chore): It’s been forever since we released a non release candidate!
Break
- The file structure of the Fern folder has now changed. If you have a single API, your definition can live directly at the top-level. If you have multiple, they will need to live in an apis folder. When you run
fern upgradethe directory structure will automatically be updated.