diff --git a/package-lock.json b/package-lock.json index 2c74b19..7ccac49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remix-auth", - "version": "3.5.1", + "version": "3.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remix-auth", - "version": "3.5.1", + "version": "3.6.0", "license": "MIT", "dependencies": { "uuid": "^8.3.2" diff --git a/package.json b/package.json index 1c51ad4..d99cb40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-auth", - "version": "3.5.1", + "version": "3.6.0", "description": "Simple Authentication for Remix", "main": "./build/index.js", "types": "./build/index.d.ts", @@ -76,4 +76,4 @@ "dependencies": { "uuid": "^8.3.2" } -} \ No newline at end of file +}