From 819fb499ee4ed663a266c19ee541024b30c34ed2 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Mon, 4 Apr 2022 12:23:18 -0700 Subject: [PATCH] 3.14.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb392f4f1..6723732de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod", - "version": "3.14.3", + "version": "3.14.4", "description": "TypeScript-first schema declaration and validation library with static type inference", "main": "./lib/index.js", "types": "./lib/index.d.ts",