From d9b8550c0815ed4e0137650bdc7358613358b88f Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Sun, 17 Jul 2022 19:03:29 -0700 Subject: [PATCH] 3.17.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index decb5ad90..54b7fc19a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod", - "version": "3.17.4", + "version": "3.17.5", "description": "TypeScript-first schema declaration and validation library with static type inference", "main": "./lib/index.js", "types": "./index.d.ts",