From 4944e8c67aa55518d6962693af2c8f41482b5eef Mon Sep 17 00:00:00 2001 From: Kotaro Sugawara Date: Tue, 16 Jun 2020 12:16:09 +0900 Subject: [PATCH] 0.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c6eebce..c3b2207d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hookform/resolvers", - "version": "0.0.4", + "version": "0.0.5", "description": "React Hook Form validation resolvers: Yup, Joi, Superstruct and etc.", "main": "dist/index.js", "module": "dist/index.esm.js",