···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-fix: inconsistent indentation in models file when not using `format: true`
-5
.changeset/three-keys-confess.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-fix: output path no longer required to be within cwd
+8
packages/openapi-ts/CHANGELOG.md
···11# @hey-api/openapi-ts
2233+## 0.38.1
44+55+### Patch Changes
66+77+- fix: inconsistent indentation in models file when not using `format: true` ([#349](https://github.com/hey-api/openapi-ts/pull/349))
88+99+- fix: output path no longer required to be within cwd ([#353](https://github.com/hey-api/openapi-ts/pull/353))
1010+311## 0.38.0
412513### Minor Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.38.0",
33+ "version": "0.38.1",
44 "type": "module",
55 "description": "Turn your OpenAPI specification into a beautiful TypeScript client",
66 "homepage": "https://heyapi.vercel.app/",