diff --git a/.changeset/brave-bottles-grab.md b/.changeset/brave-bottles-grab.md deleted file mode 100644 index d9bcc1882..000000000 --- a/.changeset/brave-bottles-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hey-api/openapi-ts": patch ---- - -Fix export types as type only when using useLegacyEnums diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e3c9c25..519787eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @hey-api/openapi-ts +## 0.29.2 + +### Patch Changes + +- Fix export types as type only when using useLegacyEnums ([#160](https://github.com/hey-api/openapi-ts/pull/160)) + ## 0.29.1 ### Patch Changes diff --git a/package.json b/package.json index 33c29f62b..5faa289c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/openapi-ts", - "version": "0.29.1", + "version": "0.29.2", "type": "module", "description": "Turn your OpenAPI specification into a beautiful TypeScript client", "homepage": "https://github.com/hey-api/openapi-ts/",