From c574b50c91e0135916e44f0368e564f204952898 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Apr 2024 15:44:08 +0000 Subject: [PATCH] Version Packages --- .changeset/chilly-needles-pump.md | 5 ----- lib/CHANGELOG.md | 6 ++++++ lib/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilly-needles-pump.md 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"