Skip to content

Commit 499b9ac

Browse files
github-actions[bot]thanoskrg
authored andcommitted
chore: version packages
1 parent 35a28c6 commit 499b9ac

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/dull-tools-fix.md

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

.changeset/itchy-elephants-judge.md

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

CHANGELOG.md

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

3+
## 3.2.0
4+
5+
### Minor Changes
6+
7+
- 6b4e8a0: Introduce `fromError` API which is a less strict version of `fromZodError`
8+
- 35a28c6: Add runtime check in `fromZodError` and throw dev-friendly `TypeError` suggesting usage of `fromError` instead
9+
310
## 3.1.0
411

512
### 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.1.0",
3+
"version": "3.2.0",
44
"description": "Wrap zod validation errors in user-friendly readable messages",
55
"keywords": [
66
"zod",

0 commit comments

Comments
 (0)