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