From fe96695a291afd05afcd65902cb8330316a2a0bc Mon Sep 17 00:00:00 2001 From: Peter Schilling Date: Thu, 15 Aug 2024 12:15:04 -0700 Subject: [PATCH] 0.0.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46b49bd..f4766c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zod-urlsearchparams", "description": "serializes and deserializes a zod schema to URLSearchParams", - "version": "0.0.13", + "version": "0.0.14", "author": "Peter Schilling ", "bugs": { "url": "https://github.com/schpet/zod-urlsearchparams/issues"