From 306627e385738e322cad8dff9e752678f8210020 Mon Sep 17 00:00:00 2001 From: Beier Luo Date: Wed, 27 Mar 2024 08:13:27 +1100 Subject: [PATCH] 7.51.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e64ce61e545..e006af6dfbe 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.51.1", + "version": "7.51.2", "main": "dist/index.cjs.js", "module": "dist/index.esm.mjs", "umd:main": "dist/index.umd.js",