···11+---
22+"@hey-api/json-schema-ref-parser": minor
33+"@hey-api/codegen-core": minor
44+"@hey-api/openapi-ts": minor
55+"@hey-api/shared": minor
66+---
77+88+**BREAKING**: This release bumps the minimum required Node version to 22.13.
···2626## Features
27272828- production-ready code that compiles
2929-- runs in any Node.js 20+ environment
2929+- runs in any Node.js 22+ environment
3030- accepts any OpenAPI specification
3131- core plugins for SDKs, types, and schemas
3232- HTTP clients for Fetch API, Angular, Axios, Next.js, Nuxt, and more
+6
docs/openapi-ts/migrating.md
···7788While 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).
991010+## v0.96.0
1111+1212+### Removed Node 20 support
1313+1414+This release bumps the minimum required Node version to 22.13.
1515+1016## v0.95.0
11171218### Validator request schemas
···3333## Features
34343535- production-ready code that compiles
3636-- runs in any Node.js 20+ environment
3636+- runs in any Node.js 22+ environment
3737- accepts any OpenAPI specification
3838- core plugins for SDKs, types, and schemas
3939- HTTP clients for Fetch API, Angular, Axios, Next.js, Nuxt, and more