From 4bd5972e2855f0e4ae904bcd9012171887e038b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:50:35 +0100 Subject: [PATCH] chore: release 3.7.0 (#202) 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 685e10f..8b7890e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.7.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.6.1...v3.7.0) (2024-02-06) + + +### Features + +* Handling imports of generated types ([#148](https://www.github.com/fabien0102/ts-to-zod/issues/148)) ([1a879b1](https://www.github.com/fabien0102/ts-to-zod/commit/1a879b1042254e1d228e9433bdfbe35cee300b6b)) + ### [3.6.1](https://www.github.com/fabien0102/ts-to-zod/compare/v3.6.0...v3.6.1) (2024-01-16) diff --git a/package.json b/package.json index b20d62b..c660372 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.6.1", + "version": "3.7.0", "homepage": "https://github.com/fabien0102/ts-to-zod", "bugs": "https://github.com/fabien0102/ts-to-zod/issues", "repository": "fabien0102/ts-to-zod",