From 92c82a98a8d8340ab30966905f93df40890e9e17 Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Wed, 29 Jun 2022 15:33:47 +0900 Subject: [PATCH] Bump to 0.1.2 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 a0995c3..43e0fc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-citadel", - "version": "0.1.1", + "version": "0.1.2", "description": "Easy to use schema-first GraphQL schema directive for authentication and authorization", "main": "dist/index.js", "repository": {