From 508ddc865893e5b67fa7ddca277b27fd0a614ba0 Mon Sep 17 00:00:00 2001 From: Beier Luo Date: Sat, 24 Dec 2022 10:37:12 +1100 Subject: [PATCH] 7.41.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e9f62bfebf..ccca085b943 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-hook-form", "description": "Performant, flexible and extensible forms library for React Hooks", - "version": "7.41.0", + "version": "7.41.1", "main": "dist/index.cjs.js", "module": "dist/index.esm.mjs", "umd:main": "dist/index.umd.js",