From fe7e6aed53a60f4efb9427df3ceb41b5a3317f56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 15:33:31 +0100 Subject: [PATCH] chore: release 3.14.0 (#288) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d5ef510..c780a837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.14.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.13.0...v3.14.0) (2024-11-24) + + +### Features + +* add support for any JSON object as default ([#275](https://www.github.com/fabien0102/ts-to-zod/issues/275)) ([476180f](https://www.github.com/fabien0102/ts-to-zod/commit/476180ffac84aaacd4b38fb10bb19035f913b07d)) +* add support for discriminatedUnion ([#281](https://www.github.com/fabien0102/ts-to-zod/issues/281)) ([4dfbab5](https://www.github.com/fabien0102/ts-to-zod/commit/4dfbab55b2283ade866529eb5807c17736a75275)) + + +### Bug Fixes + +* **Imports:** support for named imports in generated files ([#287](https://www.github.com/fabien0102/ts-to-zod/issues/287)) ([56b4374](https://www.github.com/fabien0102/ts-to-zod/commit/56b4374edd002adb778ac7f943bf75d184b89b44)) + ## [3.13.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.12.0...v3.13.0) (2024-09-03) diff --git a/package.json b/package.json index b100be5c..c3e2baeb 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.13.0", + "version": "3.14.0", "homepage": "https://github.com/fabien0102/ts-to-zod", "bugs": "https://github.com/fabien0102/ts-to-zod/issues", "repository": "fabien0102/ts-to-zod",