Skip to content

Commit fe7e6ae

Browse files
chore: release 3.14.0 (#288)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4dfbab5 commit fe7e6ae

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.14.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.13.0...v3.14.0) (2024-11-24)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
316
## [3.13.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.12.0...v3.13.0) (2024-09-03)
417

518

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-to-zod",
33
"description": "Generate zod schemas from typescript types/interfaces",
4-
"version": "3.13.0",
4+
"version": "3.14.0",
55
"homepage": "https://github.com/fabien0102/ts-to-zod",
66
"bugs": "https://github.com/fabien0102/ts-to-zod/issues",
77
"repository": "fabien0102/ts-to-zod",

0 commit comments

Comments
 (0)