From 11f3cba12e317a123ed0920e9bfb7d3a1c5219be Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Sat, 15 May 2021 20:25:58 -0400 Subject: [PATCH] beta3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a200d05bf..bcaa69e42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "TypeScript-first schema declaration and validation library with static type inference", "main": "./lib/index.js", "types": "./lib/index.d.ts",