From 121a2e21465f39ff5bb5f3d72bf76b6d907e1da8 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Sun, 17 Jul 2022 22:59:26 -0700 Subject: [PATCH] 3.17.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7721e571..c29640597 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod", - "version": "3.17.7", + "version": "3.17.8", "description": "TypeScript-first schema declaration and validation library with static type inference", "main": "./lib/index.js", "types": "./index.d.ts",