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