diff --git a/.changeset/selfish-pandas-repeat.md b/.changeset/selfish-pandas-repeat.md deleted file mode 100644 index 78b1f57f..00000000 --- a/.changeset/selfish-pandas-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": minor ---- - -Fix #257 by inferring as object when only required array defined diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 61e52655..2cc3ee95 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-zod-client +## 1.14.0 + +### Minor Changes + +- [#258](https://github.com/astahmer/openapi-zod-client/pull/258) [`8c80b43`](https://github.com/astahmer/openapi-zod-client/commit/8c80b4325048ab9861269739f3011b2380a3b958) Thanks [@marrowleaves](https://github.com/marrowleaves)! - Fix #257 by inferring as object when only required array defined + ## 1.13.4 ### Patch Changes diff --git a/lib/package.json b/lib/package.json index 5d6da43a..876776b7 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "openapi-zod-client", - "version": "1.13.4", + "version": "1.14.0", "repository": { "type": "git", "url": "https://github.com/astahmer/openapi-zod-client.git"