diff --git a/package-lock.json b/package-lock.json index 1629254..6435022 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remix-auth", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remix-auth", - "version": "3.2.1", + "version": "3.2.2", "license": "MIT", "dependencies": { "uuid": "^8.3.2" diff --git a/package.json b/package.json index af25d1a..aa92a7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-auth", - "version": "3.2.1", + "version": "3.2.2", "description": "Simple Authentication for Remix", "main": "./build/index.js", "types": "./build/index.d.ts",