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