Skip to content

Commit

Permalink
chore: release 3.14.0 (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 24, 2024
1 parent 4dfbab5 commit fe7e6ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fe7e6ae

Please sign in to comment.