From 7f56c6e04a25dc84bc3a35e088e0d0a424f75a93 Mon Sep 17 00:00:00 2001 From: Beier Luo Date: Wed, 13 Dec 2023 08:39:55 +1100 Subject: [PATCH] 7.49.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40e2eea0f55..6a4d4ec071f 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.49.0", + "version": "7.49.1", "main": "dist/index.cjs.js", "module": "dist/index.esm.mjs", "umd:main": "dist/index.umd.js",