From 9c65d6dc3329ce57473ebe9fa160e674f728e725 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Tue, 6 Oct 2020 20:20:47 +1100 Subject: [PATCH] Version 8.0.2. --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index b14b77f..978a9cd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # next-graphql-react changelog -## Next +## 8.0.2 ### Patch diff --git a/package.json b/package.json index 34f6924..c2432ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-graphql-react", - "version": "8.0.1", + "version": "8.0.2", "description": "A graphql-react integration for Next.js to enable server side rendered GraphQL operations.", "license": "MIT", "author": {