From 019a819929a05e312446f8c7dc1acfb3534f533c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Andr=C3=A9s=20Garcia=20Crespo?= Date: Wed, 4 Dec 2019 10:52:40 +0000 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 694c7ea..4858624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-persisted-document-loader", - "version": "1.0.1", + "version": "2.0.0", "description": "Webpack loader that adds a documentId to a compiled graphql document, which can be used when persisting/retrieving documents", "main": "index.js", "repository": "git@github.com:leoasis/graphql-persisted-document-loader.git",