Commit ce85cdd
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.20.0...v3.0.0) (2026-01-15)
* feat!: upgrade to Zod 4 (#163) ([d829b41](d829b41)), closes [#163](#163)
### BREAKING CHANGES
* This release upgrades the Zod peer dependency from v3 to v4.
Users must upgrade their Zod dependency to ^4.0.0 to use this version.
Zod 4 has internal API changes that required updates to the compatibility layer:
- Schema definitions moved from ._def to ._zod.def
- Literal values stored in def.values array instead of def.value
- Check objects store properties in check._zod.def
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent d829b41 commit ce85cdd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments