Skip to content

Commit

Permalink
chore: release 3.1.2 (#138)
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 24, 2023
1 parent f8be6bd commit 8324ee4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [3.1.2](https://www.github.com/fabien0102/ts-to-zod/compare/v3.1.1...v3.1.2) (2023-05-24)


### Bug Fixes

* strict() modifier should come before optional/nullable ([#137](https://www.github.com/fabien0102/ts-to-zod/issues/137)) ([f8be6bd](https://www.github.com/fabien0102/ts-to-zod/commit/f8be6bde6f8fa65310ac0a17f679ed61a3be3480))

### [3.1.1](https://www.github.com/fabien0102/ts-to-zod/compare/v3.1.0...v3.1.1) (2023-05-24)


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.1",
"version": "3.1.2",
"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 8324ee4

Please sign in to comment.