diff --git a/package-lock.json b/package-lock.json index 63efc4d..00b0aeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fastify-guard", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13ac2f0..457b793 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-guard", - "version": "1.2.1", + "version": "1.2.2", "description": "a simple user role and scope checker plugin to protect endpoints for Fastify", "main": "src/index.js", "scripts": {