diff --git a/.changeset/chilly-needles-pump.md b/.changeset/chilly-needles-pump.md deleted file mode 100644 index 16660521..00000000 --- a/.changeset/chilly-needles-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-zod-client": patch ---- - -Fix multiline descriptions when `describe` is enabled diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 2337ef45..82ca7d97 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-zod-client +## 1.16.4 + +### Patch Changes + +- [#279](https://github.com/astahmer/openapi-zod-client/pull/279) [`f3ee25e`](https://github.com/astahmer/openapi-zod-client/commit/f3ee25efc191d0be97231498924fe50fd977fb88) Thanks [@dgadelha](https://github.com/dgadelha)! - Fix multiline descriptions when `describe` is enabled + ## 1.16.3 ### Patch Changes diff --git a/lib/package.json b/lib/package.json index 6e32da6b..984b4557 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "openapi-zod-client", - "version": "1.16.3", + "version": "1.16.4", "repository": { "type": "git", "url": "https://github.com/astahmer/openapi-zod-client.git"