From 93a6ef99f7fa8a91ae4662af3a0697de4c222e05 Mon Sep 17 00:00:00 2001 From: Eito Katagiri Date: Tue, 27 Sep 2022 01:47:27 +0000 Subject: [PATCH] v0.8.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 793471e..2d523bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-codegen-plugin-typescript-swr", - "version": "0.8.2", + "version": "0.8.3", "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",