···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-fix(client-ofetch): add missing credentials property support
-5
.changeset/lovely-eels-pretend.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-fix(config): do not override interactive config from CLI if defined in config file
-5
.changeset/small-numbers-pull.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-fix(zod): correct schemas for numeric and boolean enums
+10
packages/openapi-ts/CHANGELOG.md
···11# @hey-api/openapi-ts
2233+## 0.84.4
44+55+### Patch Changes
66+77+- fix(client-ofetch): add missing credentials property support ([#2710](https://github.com/hey-api/openapi-ts/pull/2710)) ([`ba7e6dc`](https://github.com/hey-api/openapi-ts/commit/ba7e6dc1af3a8e64082bd101de6c1cd6e0e8fc17)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)
88+99+- fix(config): do not override interactive config from CLI if defined in config file ([#2708](https://github.com/hey-api/openapi-ts/pull/2708)) ([`21e9fa0`](https://github.com/hey-api/openapi-ts/commit/21e9fa089d2305714f37c1a16cb3e6f9fedb49b9)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)
1010+1111+- fix(zod): correct schemas for numeric and boolean enums ([#2704](https://github.com/hey-api/openapi-ts/pull/2704)) ([`59ea38e`](https://github.com/hey-api/openapi-ts/commit/59ea38ea9e47b515c54e55d169591fe6188990b4)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)
1212+313## 0.84.3
414515### Patch Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.84.3",
33+ "version": "0.84.4",
44 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55 "homepage": "https://heyapi.dev/",
66 "repository": {