From a80fd909cc042d44c6bcd40215ee04f5129c7035 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:41:25 +0200 Subject: [PATCH] chore: release 3.8.5 (#241) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd5578e..132ed438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.8.5](https://www.github.com/fabien0102/ts-to-zod/compare/v3.8.4...v3.8.5) (2024-05-13) + + +### Bug Fixes + +* handle undefined as optional during validation phase ([#240](https://www.github.com/fabien0102/ts-to-zod/issues/240)) ([899c5ab](https://www.github.com/fabien0102/ts-to-zod/commit/899c5ab0940e8f880c75a391b8bd1f22a5db6a73)) + ### [3.8.4](https://www.github.com/fabien0102/ts-to-zod/compare/v3.8.3...v3.8.4) (2024-05-11) diff --git a/package.json b/package.json index 763ef529..ca3255db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ts-to-zod", "description": "Generate zod schemas from typescript types/interfaces", - "version": "3.8.4", + "version": "3.8.5", "homepage": "https://github.com/fabien0102/ts-to-zod", "bugs": "https://github.com/fabien0102/ts-to-zod/issues", "repository": "fabien0102/ts-to-zod",