From eb115fcf9ff0199ab81ac3f33cb34ed507c21f97 Mon Sep 17 00:00:00 2001 From: Corentin Ardeois Date: Tue, 29 Oct 2019 04:09:37 +0000 Subject: [PATCH] v0.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b83a87f..3ccc6da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-codegen-typescript-mock-data", - "version": "0.0.4", + "version": "0.0.5", "description": "GraphQL Codegen plugin for building mock data", "main": "dist/commonjs/index.js", "module": "dist/esnext/index.js",