diff --git a/package-lock.json b/package-lock.json index a44b29d..263d889 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remix-auth-oauth2", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remix-auth-oauth2", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index 678bb4a..cb50cbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-auth-oauth2", - "version": "1.5.0", + "version": "1.6.0", "main": "./build/index.js", "types": "./build/index.d.ts", "scripts": {