From 1161b8f77e8ef120f9a0fca6e1ca223538d8ffc4 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Mon, 12 Dec 2022 12:06:42 -0800 Subject: [PATCH] 3.20.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9058dc63b..997b2599f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod", - "version": "3.20.0", + "version": "3.20.1", "description": "TypeScript-first schema declaration and validation library with static type inference", "main": "./lib/index.js", "types": "./index.d.ts",