Skip to content

Commit

Permalink
chore: release 3.3.0 (#174)
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 Nov 8, 2023
1 parent 2c64226 commit cb9618f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.3.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.2.0...v3.3.0) (2023-11-08)


### Features

* allow to load config from .js or .cjs ([#173](https://www.github.com/fabien0102/ts-to-zod/issues/173)) ([2c64226](https://www.github.com/fabien0102/ts-to-zod/commit/2c64226e21dcb11fd06e81e962b8ec43137baba0))


### Bug Fixes

* fix mismatch between config file and `generate` interface ([#166](https://www.github.com/fabien0102/ts-to-zod/issues/166)) ([f9bc125](https://www.github.com/fabien0102/ts-to-zod/commit/f9bc1252aded120c81475c30f429b3b1ac9c7123))

## [3.2.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.1.3...v3.2.0) (2023-10-20)


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.2.0",
"version": "3.3.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 cb9618f

Please sign in to comment.