diff --git a/.changeset/fix-array-format-validation.md b/.changeset/fix-array-format-validation.md deleted file mode 100644 index 73b5c5a6..00000000 --- a/.changeset/fix-array-format-validation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": patch ---- - -Fix format validation for string items in arrays. Previously, format specifications (such as `date-time`) were ignored for array items, resulting in loose validation. This change ensures that the specified formats are now correctly applied to all string items within arrays. diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index f28a69eb..e8f9da9e 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-zod-client +## 1.18.2 + +### Patch Changes + +- [#294](https://github.com/astahmer/openapi-zod-client/pull/294) [`ca81272`](https://github.com/astahmer/openapi-zod-client/commit/ca812725e369d7e04405a8aa88004e39ccbd6b14) Thanks [@QuentinJanuel](https://github.com/QuentinJanuel)! - Fix format validation for string items in arrays. Previously, format specifications (such as `date-time`) were ignored for array items, resulting in loose validation. This change ensures that the specified formats are now correctly applied to all string items within arrays. + ## 1.18.1 ### Patch Changes diff --git a/lib/package.json b/lib/package.json index 1a0b7f95..37a6b39b 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "openapi-zod-client", - "version": "1.18.1", + "version": "1.18.2", "repository": { "type": "git", "url": "https://github.com/astahmer/openapi-zod-client.git"