From 8979a6f363d04a88bafca5de1895cf1b8a52441e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:00:38 +0100 Subject: [PATCH] chore: release 3.7.1 (#206) 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 8b7890ee..18d39a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.7.1](https://www.github.com/fabien0102/ts-to-zod/compare/v3.7.0...v3.7.1) (2024-02-19) + + +### Bug Fixes + +* fix for [#203](https://www.github.com/fabien0102/ts-to-zod/issues/203) ([06f52a3](https://www.github.com/fabien0102/ts-to-zod/commit/06f52a3777de6ac4b77025cc7f037c545608b97a)) + ## [3.7.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.6.1...v3.7.0) (2024-02-06) diff --git a/package.json b/package.json index c6603722..497e8bd4 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.7.0", + "version": "3.7.1", "homepage": "https://github.com/fabien0102/ts-to-zod", "bugs": "https://github.com/fabien0102/ts-to-zod/issues", "repository": "fabien0102/ts-to-zod",