Skip to content

Commit 103415d

Browse files
github-actions[bot]jmike
authored andcommitted
chore: version packages
1 parent 66f5b5d commit 103415d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/brown-carpets-obey.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @causaly/zod-validation-error
22

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- 66f5b5d: Match `ZodError` via heuristics instead of relying on `instanceof`.
8+
9+
_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.
10+
311
## 3.2.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zod-validation-error",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Wrap zod validation errors in user-friendly readable messages",
55
"keywords": [
66
"zod",

0 commit comments

Comments
 (0)