From 6e62a2f98d95118d29456c6f1f8e26c840f3bcdd Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Fri, 14 Apr 2023 20:48:16 +0900 Subject: [PATCH] Bump NPM package (#27) feat: bump npm package Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a950fc..7d74848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-citadel", - "version": "0.2.0", + "version": "0.2.1", "description": "Easy to use schema-first GraphQL schema directive for authentication and authorization", "main": "./dist/index.js", "repository": {