Skip to content

Commit

Permalink
chore: release 3.2.0 (#162)
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] committed Oct 20, 2023
1 parent 18825d9 commit b48429b
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.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<T, U> ([#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)


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.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",
Expand Down

0 comments on commit b48429b

Please sign in to comment.