Skip to content

Commit

Permalink
zod@3.0.0-alpha.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McDonnell committed Mar 25, 2021
1 parent 5002896 commit 04e6f98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 3.0.0-alpha.32

- Added `.required()` method to ZodObject

### 3.0.0-alpha.30

- Added Rollup for bundling ESM module
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",
"version": "3.0.0-alpha.31",
"version": "3.0.0-alpha.32",
"description": "TypeScript-first schema declaration and validation library with static type inference",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 04e6f98

Please sign in to comment.