diff --git a/.changeset/rude-ways-shake.md b/.changeset/rude-ways-shake.md deleted file mode 100644 index 44bafd97..00000000 --- a/.changeset/rude-ways-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": patch ---- - -Fixed bug which was excluding falsy default values diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index dc098d92..2337ef45 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-zod-client +## 1.16.3 + +### Patch Changes + +- [#276](https://github.com/astahmer/openapi-zod-client/pull/276) [`aa4c7a3`](https://github.com/astahmer/openapi-zod-client/commit/aa4c7a3668c6d96492bcd319ccd940f0b735b029) Thanks [@tankers746](https://github.com/tankers746)! - Fixed bug which was excluding falsy default values + ## 1.16.2 ### Patch Changes diff --git a/lib/package.json b/lib/package.json index cdcc376c..6e32da6b 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "openapi-zod-client", - "version": "1.16.2", + "version": "1.16.3", "repository": { "type": "git", "url": "https://github.com/astahmer/openapi-zod-client.git"