···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-fix: properly set formData and body when using options
+6
packages/openapi-ts/CHANGELOG.md
···11# @hey-api/openapi-ts
2233+## 0.42.1
44+55+### Patch Changes
66+77+- fix: properly set formData and body when using options ([#461](https://github.com/hey-api/openapi-ts/pull/461))
88+39## 0.42.0
410511### Minor Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.42.0",
33+ "version": "0.42.1",
44 "type": "module",
55 "description": "Turn your OpenAPI specification into a beautiful TypeScript client",
66 "homepage": "https://heyapi.vercel.app/",