From 9f177dde9c7e503588693008e1e5c767fadd8f9e Mon Sep 17 00:00:00 2001 From: Boopathi Rajaa Date: Thu, 27 Apr 2023 15:33:50 +0200 Subject: [PATCH] Bump release to 0.8.2 (#201) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af5d586b..4334abb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-jit", - "version": "0.8.1", + "version": "0.8.2", "description": "GraphQL JIT Compiler to JS", "main": "dist/index.js", "types": "./dist/index.d.ts",