From df122704351470466de0b726999f4009070238d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Xalambr=C3=AD?= Date: Wed, 11 May 2022 17:43:00 +0000 Subject: [PATCH] 3.2.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",