diff --git a/package-lock.json b/package-lock.json index ea2e4b5..e4817ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hapi-auth-jwt2", - "version": "10.6.0", + "version": "10.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hapi-auth-jwt2", - "version": "10.6.0", + "version": "10.7.0", "license": "ISC", "dependencies": { "@hapi/boom": "^10.0.0", diff --git a/package.json b/package.json index f712bca..a2f36ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hapi-auth-jwt2", - "version": "10.6.0", + "version": "10.7.0", "description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)", "main": "lib/index.js", "types": "lib/index.d.ts",