Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and thanoskrg committed Apr 23, 2024
1 parent 35a28c6 commit 499b9ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-tools-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-elephants-judge.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @causaly/zod-validation-error

## 3.2.0

### Minor Changes

- 6b4e8a0: Introduce `fromError` API which is a less strict version of `fromZodError`
- 35a28c6: Add runtime check in `fromZodError` and throw dev-friendly `TypeError` suggesting usage of `fromError` instead

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod-validation-error",
"version": "3.1.0",
"version": "3.2.0",
"description": "Wrap zod validation errors in user-friendly readable messages",
"keywords": [
"zod",
Expand Down

0 comments on commit 499b9ac

Please sign in to comment.