fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #351 from hey-api/changeset-release/main

Version Packages

authored by

Lubos and committed by
GitHub
c96c3ec3 7862ce18

+9 -11
-5
.changeset/khaki-roses-smell.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: inconsistent indentation in models file when not using `format: true`
-5
.changeset/three-keys-confess.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: output path no longer required to be within cwd
+8
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.38.1 4 + 5 + ### Patch Changes 6 + 7 + - fix: inconsistent indentation in models file when not using `format: true` ([#349](https://github.com/hey-api/openapi-ts/pull/349)) 8 + 9 + - fix: output path no longer required to be within cwd ([#353](https://github.com/hey-api/openapi-ts/pull/353)) 10 + 3 11 ## 0.38.0 4 12 5 13 ### Minor Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.38.0", 3 + "version": "0.38.1", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",