From 04c0119b10e7e55275963b8015efe33060edfafc Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Thu, 18 Jul 2024 18:33:15 +0200 Subject: [PATCH] version bump --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 174356c..07364e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-hook-form", - "version": "5.0.1", + "version": "5.0.2", "description": "Utility wrapper around react-hook-form for use with Remix.run", "type": "module", "main": "./dist/index.cjs", @@ -97,4 +97,4 @@ "vitest": "^2.0.3", "zod": "^3.21.4" } -} +} \ No newline at end of file