From 16ded68a93ea81e861c3266998b315df0d9d7353 Mon Sep 17 00:00:00 2001 From: Boopathi Rajaa Date: Wed, 29 Sep 2021 13:52:37 +0530 Subject: [PATCH] Publish v0.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c1974e5..21b3860f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-jit", - "version": "0.5.2", + "version": "0.6.0", "description": "GraphQL JIT Compiler to JS", "main": "dist/index.js", "types": "./dist/index.d.ts",