diff --git a/.changeset/heavy-dancers-taste.md b/.changeset/heavy-dancers-taste.md deleted file mode 100644 index 91fa76d5..00000000 --- a/.changeset/heavy-dancers-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": patch ---- - -Support nullable for array of types, oneOf, anyOf, and allOf in generated typescript types diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 8fbc44cc..7e203345 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-zod-client +## 1.10.6 + +### Patch Changes + +- [#210](https://github.com/astahmer/openapi-zod-client/pull/210) [`675a132`](https://github.com/astahmer/openapi-zod-client/commit/675a13226ec3c4598130d16b09c5a79969d77177) Thanks [@eli0shin](https://github.com/eli0shin)! - Support nullable for array of types, oneOf, anyOf, and allOf in generated typescript types + ## 1.10.5 ### Patch Changes diff --git a/lib/package.json b/lib/package.json index c46ccc58..a7cc5e10 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "openapi-zod-client", - "version": "1.10.5", + "version": "1.10.6", "repository": { "type": "git", "url": "https://github.com/astahmer/openapi-zod-client.git"