From b899edfbaffb2c5086d4da2e51c63416127723b4 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Mon, 23 May 2022 11:33:03 -0700 Subject: [PATCH] Fix types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c97606dcb..815b45aa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod", - "version": "3.17.2", + "version": "3.17.3", "description": "TypeScript-first schema declaration and validation library with static type inference", "main": "./lib/index.js", "types": "./index.d.ts",