Skip to content

Commit

Permalink
chore: release 3.8.4 (#238)
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 May 11, 2024
1 parent ea4ceec commit 16b5ce6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [3.8.4](https://www.github.com/fabien0102/ts-to-zod/compare/v3.8.3...v3.8.4) (2024-05-11)


### Bug Fixes

* .partial() must be applied before .nullable() or .optional() ([#237](https://www.github.com/fabien0102/ts-to-zod/issues/237)) ([ea4ceec](https://www.github.com/fabien0102/ts-to-zod/commit/ea4ceece039faf74c6908317f360ec0287dd4339))

### [3.8.3](https://www.github.com/fabien0102/ts-to-zod/compare/v3.8.2...v3.8.3) (2024-04-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "ts-to-zod",
"description": "Generate zod schemas from typescript types/interfaces",
"version": "3.8.3",
"version": "3.8.4",
"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 16b5ce6

Please sign in to comment.