diff --git a/package-lock.json b/package-lock.json index a671ff1..291f0e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remix-auth-oauth2", - "version": "1.9.0", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remix-auth-oauth2", - "version": "1.9.0", + "version": "1.10.0", "license": "MIT", "dependencies": { "debug": "^4.3.4" diff --git a/package.json b/package.json index b1652e6..6072aa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-auth-oauth2", - "version": "1.9.0", + "version": "1.10.0", "main": "./build/index.js", "types": "./build/index.d.ts", "homepage": "https://github.com/sergiodxa/remix-auth-oauth2#readme",