diff --git a/.changeset/options-passed-when-shouldExportAllSchemas.md b/.changeset/options-passed-when-shouldExportAllSchemas.md deleted file mode 100644 index 022f9600..00000000 --- a/.changeset/options-passed-when-shouldExportAllSchemas.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": patch ---- - -Pass options object to `getZodSchema` when `shouldExportAllSchemas` is true. \ No newline at end of file diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index a7157af8..039902dc 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-zod-client +## 1.12.1 + +### Patch Changes + +- [#232](https://github.com/astahmer/openapi-zod-client/pull/232) [`efebdf2`](https://github.com/astahmer/openapi-zod-client/commit/efebdf2627e79d2fb759096667d445cc137446fd) Thanks [@ArthurGoupil](https://github.com/ArthurGoupil)! - Pass options object to `getZodSchema` when `shouldExportAllSchemas` is true. + ## 1.12.0 ### Minor Changes diff --git a/lib/package.json b/lib/package.json index 535d6143..b39c4deb 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "openapi-zod-client", - "version": "1.12.0", + "version": "1.12.1", "repository": { "type": "git", "url": "https://github.com/astahmer/openapi-zod-client.git"