Skip to content

Commit

Permalink
chore: release 3.8.1 (#223)
Browse files Browse the repository at this point in the history
* chore: release 3.8.1

* doc: adding bug fix to the list

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas V <2619415+tvillaren@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and tvillaren committed Apr 10, 2024
1 parent c146e83 commit 52ca419
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### [3.8.1](https://www.github.com/fabien0102/ts-to-zod/compare/v3.8.0...v3.8.1) (2024-04-10)


### Bug Fixes

* validation works when generating on same (input) file. ([#221](https://www.github.com/fabien0102/ts-to-zod/issues/221)) ([c146e83](https://www.github.com/fabien0102/ts-to-zod/commit/c146e83ac7ba637fb413c68fbed64d7807340f59))
Fixes [#219](https://www.github.com/fabien0102/ts-to-zod/issues/219)
* making `--help` flag work. ([#222](https://github.com/fabien0102/ts-to-zod/pull/222))
Fixes [#196](https://github.com/fabien0102/ts-to-zod/issues/196)

## [3.8.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.7.3...v3.8.0) (2024-03-29)


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.8.0",
"version": "3.8.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 52ca419

Please sign in to comment.