From 591c9fe9977792e77ca79c252912bff17f95a5e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ribeiro?= Date: Thu, 28 Sep 2023 10:12:17 -0300 Subject: [PATCH] update pkg version to match published in NPM (0.8.5) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ef5eca..272f2af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-codegen-plugin-typescript-swr", - "version": "0.8.4", + "version": "0.8.5", "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",