Skip to content

Commit c019422

Browse files
author
Stefan Terdell
committed
πŸš€ 3.19.0
1 parent 67283f1 commit c019422

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.19.0 | No new features added in Zod, parity bump |
56
| 3.18.2 | Fixes support for native enums |
67
| 3.18.1 | Add strictUnions options |
78
| 3.18.0 | Added support for branded types |

β€Ž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.18.2",
3+
"version": "3.19.0",
44
"description": "Converts Zod schemas to Json Schemas",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
Β (0)