···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-fix(parser): handle OpenAPI 2.0 body as JSON by default if not explicitly defined
+6
packages/openapi-ts/CHANGELOG.md
···11# @hey-api/openapi-ts
2233+## 0.86.10
44+55+### Patch Changes
66+77+- fix(parser): handle OpenAPI 2.0 body as JSON by default if not explicitly defined ([#2893](https://github.com/hey-api/openapi-ts/pull/2893)) ([`767ad18`](https://github.com/hey-api/openapi-ts/commit/767ad185d5a2bb5a7344ca1c297e8d2b1c16d638)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)
88+39## 0.86.9
410511### Patch Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.86.9",
33+ "version": "0.86.10",
44 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55 "homepage": "https://heyapi.dev/",
66 "repository": {