diff --git a/package-lock.json b/package-lock.json index 8a5679c..ba3bf5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remix-hook-form", - "version": "5.0.1", + "version": "5.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "remix-hook-form", - "version": "5.0.1", + "version": "5.0.3", "license": "MIT", "workspaces": [ "src/testing-app", diff --git a/package.json b/package.json index 3351128..a2121bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-hook-form", - "version": "5.0.3", + "version": "5.0.4", "description": "Utility wrapper around react-hook-form for use with Remix.run", "type": "module", "main": "./dist/index.cjs",