Skip to content

Commit 4107d13

Browse files
github-actions[bot]jmike
authored andcommitted
Version Packages
1 parent 03cedaa commit 4107d13

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/tiny-kids-check.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @causaly/zod-validation-error
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 90b2f83: Update ZodValidationError to behave more like a native Error constructor. Make options argument optional. Add name property and define toString() method.
8+
39
## 0.3.2
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zod-validation-error",
3-
"version": "0.3.2",
3+
"version": "1.0.0",
44
"description": "Wrap zod validation errors in user-friendly readable messages",
55
"keywords": [
66
"zod",

0 commit comments

Comments
 (0)