diff --git a/.changeset/smooth-impalas-behave.md b/.changeset/smooth-impalas-behave.md deleted file mode 100644 index ea695909..00000000 --- a/.changeset/smooth-impalas-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": patch ---- - -Fix bug with `exportAllNamedSchemas` option where schemas will reuse last schema name with matching schema rather than it's own name that has already been used before. diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 28c9aff0..757bc731 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-zod-client +## 1.16.1 + +### Patch Changes + +- [#270](https://github.com/astahmer/openapi-zod-client/pull/270) [`04dd1b5`](https://github.com/astahmer/openapi-zod-client/commit/04dd1b549118c8b8e5a3b86f6dbed741f44770c8) Thanks [@codingmatty](https://github.com/codingmatty)! - Fix bug with `exportAllNamedSchemas` option where schemas will reuse last schema name with matching schema rather than it's own name that has already been used before. + ## 1.16.0 ### Minor Changes diff --git a/lib/package.json b/lib/package.json index 80a40b8e..ba2b8778 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "openapi-zod-client", - "version": "1.16.0", + "version": "1.16.1", "repository": { "type": "git", "url": "https://github.com/astahmer/openapi-zod-client.git"