Skip to content

Commit

Permalink
chore(release): 1.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.3](v1.3.2...v1.3.3) (2025-01-10)

### Bug Fixes

* test ([4465ca7](4465ca7))
* update init function to handle nullable types and add UUID test case ([fdada69](fdada69))
* update init function to return output type and handle UUID generation for ZodString ([9d7a1b7](9d7a1b7))
  • Loading branch information
semantic-release-bot committed Jan 10, 2025
1 parent 88200de commit ba8dabc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.3.3](https://github.com/toiroakr/zod-empty/compare/v1.3.2...v1.3.3) (2025-01-10)


### Bug Fixes

* test ([4465ca7](https://github.com/toiroakr/zod-empty/commit/4465ca7b24a7026823e53ec187cf88c05a9d41d3))
* update init function to handle nullable types and add UUID test case ([fdada69](https://github.com/toiroakr/zod-empty/commit/fdada69528696f7af564d904a49c3cec0827f5e7))
* update init function to return output type and handle UUID generation for ZodString ([9d7a1b7](https://github.com/toiroakr/zod-empty/commit/9d7a1b72ffde53e150db79c73476a204452f4ba4))

## [1.3.2](https://github.com/toiroakr/zod-empty/compare/v1.3.1...v1.3.2) (2025-01-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod-empty",
"version": "1.3.2",
"version": "1.3.3",
"description": "generate minimum data from zod schema.",
"types": "./cjs/index.d.ts",
"main": "./cjs/index.cjs",
Expand Down

0 comments on commit ba8dabc

Please sign in to comment.