From 9b2ef2036c820473044d8d9cef36a58f81ff9800 Mon Sep 17 00:00:00 2001 From: Boopathi Rajaa Date: Tue, 4 Jul 2023 12:36:05 +0200 Subject: [PATCH] Bump release to 0.8.4 (#215) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ee3d475..4e0e49b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-jit", - "version": "0.8.3", + "version": "0.8.4", "description": "GraphQL JIT Compiler to JS", "main": "dist/index.js", "types": "./dist/index.d.ts",