···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-fix(zod): allOf in array items being generated as union instead of intersection
+6
packages/openapi-ts/CHANGELOG.md
···11# @hey-api/openapi-ts
2233+## 0.85.1
44+55+### Patch Changes
66+77+- fix(zod): allOf in array items being generated as union instead of intersection ([#2736](https://github.com/hey-api/openapi-ts/pull/2736)) ([`078face`](https://github.com/hey-api/openapi-ts/commit/078face47b40462033ce557ce0048ccf88246854)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)
88+39## 0.85.0
410511### Minor Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.85.0",
33+ "version": "0.85.1",
44 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55 "homepage": "https://heyapi.dev/",
66 "repository": {