Skip to content

Commit

Permalink
chore: bump version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmike committed Feb 28, 2024
1 parent f5f5ccc commit fe99863
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# @causaly/zod-validation-error

## 3.1.0
## 3.0.3

### Minor Changes
### Patch Changes

- 2f1ef27: Bundle distributable files and re-instantiate exports definition in package.json to help bundlers (e.g. rollup) identify the right module to use.
- 2f1ef27: Bundle code as a single index.js (cjs) or index.mjs (esm) file. Restore exports configuration in package.json.

## 3.0.2

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.3",
"description": "Wrap zod validation errors in user-friendly readable messages",
"keywords": [
"zod",
Expand Down

0 comments on commit fe99863

Please sign in to comment.