Skip to content

Commit

Permalink
chore: release 3.7.1 (#206)
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 Feb 19, 2024
1 parent 06f52a3 commit 8979a6f
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.7.1](https://www.github.com/fabien0102/ts-to-zod/compare/v3.7.0...v3.7.1) (2024-02-19)


### Bug Fixes

* fix for [#203](https://www.github.com/fabien0102/ts-to-zod/issues/203) ([06f52a3](https://www.github.com/fabien0102/ts-to-zod/commit/06f52a3777de6ac4b77025cc7f037c545608b97a))

## [3.7.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.6.1...v3.7.0) (2024-02-06)


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.7.0",
"version": "3.7.1",
"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 8979a6f

Please sign in to comment.