Skip to content

Commit df61ef7

Browse files
author
Stefan Terdell
committed
πŸš€ 3.20.1
1 parent c005d9f commit df61ef7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

β€Žchangelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Version | Change |
44
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5+
| 3.20.1 | Fixed inconsistent casing in imports |
56
| 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. |
67
| 3.19.4 | Adds custom error message support |
78
| 3.19.3 | Mark `definitions` as experimental in the readme |

β€Žpackage-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zod-to-json-schema",
3-
"version": "3.20.0",
3+
"version": "3.20.1",
44
"description": "Converts Zod schemas to Json Schemas",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
Β (0)