From 2ed73fc718a35f7d50c67c28660fd279149fdb95 Mon Sep 17 00:00:00 2001 From: Maina Wycliffe Date: Tue, 31 May 2022 13:00:10 +0300 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fa21d9..3e9186a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-appsync-identity-typescript-guard", - "version": "1.0.0", + "version": "1.0.1", "description": "A typescript custom guard to check the AppSync Identity of a certain type", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",