···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-fix: ignore name option when not used with legacy clients to avoid producing broken output
-5
.changeset/tender-windows-smile.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-fix: add support for OpenAPI 3.1.1 to experimental parser
+8
packages/openapi-ts/CHANGELOG.md
···11# @hey-api/openapi-ts
2233+## 0.54.1
44+55+### Patch Changes
66+77+- [#1211](https://github.com/hey-api/openapi-ts/pull/1211) [`c8a3e3d`](https://github.com/hey-api/openapi-ts/commit/c8a3e3d7e59692698b7cf45182ca92494fc4af96) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: ignore name option when not used with legacy clients to avoid producing broken output
88+99+- [#1209](https://github.com/hey-api/openapi-ts/pull/1209) [`3a80b9f`](https://github.com/hey-api/openapi-ts/commit/3a80b9fd009c8229d69f3f349acbfb19b7549a94) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add support for OpenAPI 3.1.1 to experimental parser
1010+311## 0.54.0
412513### Minor Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.54.0",
33+ "version": "0.54.1",
44 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55 "homepage": "https://heyapi.dev/",
66 "repository": {