From b48429b60bc5f485ce9006f38352786659b36e69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:24:15 +0200 Subject: [PATCH] chore: release 3.2.0 (#162) 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 453887b..5731f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.2.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.1.3...v3.2.0) (2023-10-20) + + +### Features + +* Support for custom `[@format](https://www.github.com/format)` types ([#145](https://www.github.com/fabien0102/ts-to-zod/issues/145)) ([acd9444](https://www.github.com/fabien0102/ts-to-zod/commit/acd94441241e2ebe0beea86ea85c8fd7a84a4df0)) +* Support Record ([#161](https://www.github.com/fabien0102/ts-to-zod/issues/161)) ([ac24784](https://www.github.com/fabien0102/ts-to-zod/commit/ac24784153811a5a0e14193e2cabaa4085316956)) + + +### Bug Fixes + +* Various type extractions ([#159](https://www.github.com/fabien0102/ts-to-zod/issues/159)) ([18825d9](https://www.github.com/fabien0102/ts-to-zod/commit/18825d93561512dc96f1213c75faf433ee330ccc)) + ### [3.1.3](https://www.github.com/fabien0102/ts-to-zod/compare/v3.1.2...v3.1.3) (2023-06-27) diff --git a/package.json b/package.json index 3358ced..24e3ab0 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.1.3", + "version": "3.2.0", "homepage": "https://github.com/fabien0102/ts-to-zod", "bugs": "https://github.com/fabien0102/ts-to-zod/issues", "repository": "fabien0102/ts-to-zod",