From 7d265f6216723d14b749c97c857dcba910a818cb Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Tue, 1 Mar 2022 16:18:57 -0800 Subject: [PATCH] 3.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 872839608..d51965548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod", - "version": "3.12.2", + "version": "3.13.0", "description": "TypeScript-first schema declaration and validation library with static type inference", "main": "./lib/index.js", "types": "./lib/index.d.ts",