From d24b9fdb3fbed3ac56ed03ce835af9575d0f020b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivo=20Mei=C3=9Fner?= Date: Thu, 28 Oct 2021 15:33:23 -0500 Subject: [PATCH] v0.10.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c548e3d..4e4b587 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-query-complexity", - "version": "0.9.0", + "version": "0.10.0", "description": "Validation rule for GraphQL query complexity analysis", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts",