From 2421788a31859ebbf14599b58d6e9fba379c4154 Mon Sep 17 00:00:00 2001 From: croutonn Date: Mon, 19 Oct 2020 21:44:11 +0900 Subject: [PATCH] v0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d28cd3f..00b5472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-codegen-plugin-typescript-swr", - "version": "0.1.0", + "version": "0.2.0", "description": "A GraphQL code generator plug-in that automatically generates utility functions for SWR.", "main": "build/main/index.js", "typings": "build/main/index.d.ts",