From bd4a608591e03d6f1690f3a99e376bb8138c5ff7 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Sun, 10 Sep 2023 12:53:46 +0200 Subject: [PATCH] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8130898..a4d973c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-hook-form", - "version": "1.2.2", + "version": "1.2.3", "description": "Utility wrapper around react-hook-form for use with Remix.run", "type": "module", "main": "./dist/index.umd.cjs",