From 9c4c04512e4ceb87ef286cb2d42b47551080419c Mon Sep 17 00:00:00 2001 From: Utkarsh Goel Date: Tue, 17 Jan 2023 15:27:00 +0800 Subject: [PATCH] v0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c961fc3..18a8edc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typegraphql-authchecker", - "version": "0.1.2", + "version": "0.1.3", "description": "Custom authcheckers for TypeGraphql made simple.", "author": "Utkarsh Goel", "main": "./lib/index.js",