From 4d07a5e2a1b2b07eb1c60433fc7fa0af3424246c Mon Sep 17 00:00:00 2001 From: Utkarsh Goel Date: Sun, 5 Nov 2023 12:19:46 +0530 Subject: [PATCH] v0.2.0-beta.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e234ac..6d212b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typegraphql-authchecker", - "version": "0.2.0-alpha.0", + "version": "0.2.0-beta.0", "description": "Custom authcheckers for TypeGraphql made simple.", "author": "Utkarsh Goel", "main": "./lib/index.js",