Skip to content

Commit

Permalink
🚀 3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Terdell committed Dec 16, 2022
1 parent c005d9f commit df61ef7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Change |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 3.20.1 | Fixed inconsistent casing in imports |
| 3.20.0 | Adds support for Zod 3.20 with catch and pipe parser as well as new string validations. Refactored Ref handling; adding definitions no longer considered experimental. Main API function refactored and simplified; output type less defined but a lot easier to maintain. Doubt anyone will miss it. |
| 3.19.4 | Adds custom error message support |
| 3.19.3 | Mark `definitions` as experimental in the readme |
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-to-json-schema",
"version": "3.20.0",
"version": "3.20.1",
"description": "Converts Zod schemas to Json Schemas",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit df61ef7

Please sign in to comment.