diff --git a/package-lock.json b/package-lock.json index 42719ea..cb8ca80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hapi-auth-jwt2", - "version": "10.3.0", + "version": "10.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hapi-auth-jwt2", - "version": "10.3.0", + "version": "10.4.0", "license": "ISC", "dependencies": { "@hapi/boom": "^9.0.0", diff --git a/package.json b/package.json index 5ae481a..c2df6c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hapi-auth-jwt2", - "version": "10.3.0", + "version": "10.4.0", "description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)", "main": "lib/index.js", "types": "lib/index.d.ts",