From 60f8a677d494b206b065e864e4efdb257c2cb89a Mon Sep 17 00:00:00 2001 From: Eito Katagiri Date: Wed, 16 Feb 2022 12:05:32 +0000 Subject: [PATCH] v0.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb6ded7..2921332 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-codegen-plugin-typescript-swr", - "version": "0.7.2", + "version": "0.8.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",