From 52ca41982c7bd286f118a03208f36c137fa95ee6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:26:24 +0200 Subject: [PATCH] chore: release 3.8.1 (#223) * chore: release 3.8.1 * doc: adding bug fix to the list --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Thomas V <2619415+tvillaren@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a92def2d..72d5224e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### [3.8.1](https://www.github.com/fabien0102/ts-to-zod/compare/v3.8.0...v3.8.1) (2024-04-10) + + +### Bug Fixes + +* validation works when generating on same (input) file. ([#221](https://www.github.com/fabien0102/ts-to-zod/issues/221)) ([c146e83](https://www.github.com/fabien0102/ts-to-zod/commit/c146e83ac7ba637fb413c68fbed64d7807340f59)) +Fixes [#219](https://www.github.com/fabien0102/ts-to-zod/issues/219) +* making `--help` flag work. ([#222](https://github.com/fabien0102/ts-to-zod/pull/222)) +Fixes [#196](https://github.com/fabien0102/ts-to-zod/issues/196) + ## [3.8.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.7.3...v3.8.0) (2024-03-29) diff --git a/package.json b/package.json index 60d9413f..05046846 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.0", + "version": "3.8.1", "homepage": "https://github.com/fabien0102/ts-to-zod", "bugs": "https://github.com/fabien0102/ts-to-zod/issues", "repository": "fabien0102/ts-to-zod",