diff --git a/CHANGELOG.md b/CHANGELOG.md index 132ed438..708ea629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.8.6](https://www.github.com/fabien0102/ts-to-zod/compare/v3.8.5...v3.8.6) (2024-06-24) + + +### Bug Fixes + +* adding support for imported QualifiedName ([#243](https://www.github.com/fabien0102/ts-to-zod/issues/243)) ([fcb783c](https://www.github.com/fabien0102/ts-to-zod/commit/fcb783cde44eb964ebdbb07e834f0580165cee12)) + ### [3.8.5](https://www.github.com/fabien0102/ts-to-zod/compare/v3.8.4...v3.8.5) (2024-05-13) diff --git a/package.json b/package.json index ca3255db..6e73ae8e 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.5", + "version": "3.8.6", "homepage": "https://github.com/fabien0102/ts-to-zod", "bugs": "https://github.com/fabien0102/ts-to-zod/issues", "repository": "fabien0102/ts-to-zod",