From a7a5042a53ec866173e7386283414dec29c797f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivo=20Mei=C3=9Fner?= Date: Thu, 18 Mar 2021 07:37:22 -0500 Subject: [PATCH] v0.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bbee64..945f56c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-query-complexity", - "version": "0.7.2", + "version": "0.8.0", "description": "Validation rule for GraphQL query complexity analysis", "main": "dist/index.js", "types": "dist/index.d.ts",