From 9292d2208acca552328d0230ee173700e24e7eba Mon Sep 17 00:00:00 2001 From: Huseyin Elmas Date: Sat, 1 May 2021 04:55:18 +0300 Subject: [PATCH] chore: bump version 1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f4eb36..13ac2f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-guard", - "version": "1.2.0", + "version": "1.2.1", "description": "a simple user role and scope checker plugin to protect endpoints for Fastify", "main": "src/index.js", "scripts": {