This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
zod-validation-error@3.3.0
Minor Changes
66f5b5d: Match ZodError via heuristics instead of relying on instanceof.
Why? Because we want to ensure that zod-validation-error works smoothly even when multiple versions of zod have been installed in the same project.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
zod-validation-error@3.3.0
Minor Changes
66f5b5d: Match
ZodError
via heuristics instead of relying oninstanceof
.Why? Because we want to ensure that zod-validation-error works smoothly even when multiple versions of zod have been installed in the same project.