diff --git a/.changeset/blue-ways-change.md b/.changeset/blue-ways-change.md deleted file mode 100644 index 6f780bee..00000000 --- a/.changeset/blue-ways-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": patch ---- - -Limit --export-types to object types to prevent type errors from zod validation methods like `.min` diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 7e203345..1d867a14 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-zod-client +## 1.10.7 + +### Patch Changes + +- [#212](https://github.com/astahmer/openapi-zod-client/pull/212) [`63c32a0`](https://github.com/astahmer/openapi-zod-client/commit/63c32a01408bf90efeeb5d506d5c3994d297c39e) Thanks [@eli0shin](https://github.com/eli0shin)! - Limit --export-types to object types to prevent type errors from zod validation methods like `.min` + ## 1.10.6 ### Patch Changes diff --git a/lib/package.json b/lib/package.json index a7cc5e10..463eb641 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "openapi-zod-client", - "version": "1.10.6", + "version": "1.10.7", "repository": { "type": "git", "url": "https://github.com/astahmer/openapi-zod-client.git"