fork of hey-api/openapi-ts because I need some additional things

Merge pull request #2791 from hey-api/docs/0-86-0-migrating

docs: add migration notes for 0.86.0

authored by

Lubos and committed by
GitHub
d11577c0 45f307a1

+6
+6
docs/openapi-ts/migrating.md
··· 7 7 8 8 While we try to avoid breaking changes, sometimes it's unavoidable in order to offer you the latest features. This page lists changes that require updates to your code. If you run into a problem with migration, please [open an issue](https://github.com/hey-api/openapi-ts/issues). 9 9 10 + ## v0.86.0 11 + 12 + ### Removed Node 18 support 13 + 14 + This release bumps the minimum required Node version to 20.19. 15 + 10 16 ## v0.85.0 11 17 12 18 ### Updated `output` options