From 13f0b8b2214a7d093d2de1f170cb6530f096a1b6 Mon Sep 17 00:00:00 2001 From: Oskari Porkka Date: Thu, 29 Jun 2023 11:43:01 +0200 Subject: [PATCH] Bump release to 0.8.3 (#211) Co-authored-by: Boopathi Nedunchezhiyan --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6405604..6ee3d47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-jit", - "version": "0.8.2", + "version": "0.8.3", "description": "GraphQL JIT Compiler to JS", "main": "dist/index.js", "types": "./dist/index.d.ts",