diff --git a/package-lock.json b/package-lock.json index 50d4280..1f5d4b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remix-auth", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remix-auth", - "version": "3.3.0", + "version": "3.4.0", "license": "MIT", "dependencies": { "uuid": "^8.3.2" diff --git a/package.json b/package.json index e720072..f656e7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-auth", - "version": "3.3.0", + "version": "3.4.0", "description": "Simple Authentication for Remix", "main": "./build/index.js", "types": "./build/index.d.ts",