From 7cec82eee743f8edc9885a779bd76b8ebcd7f677 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Wed, 19 May 2021 15:55:08 +1000 Subject: [PATCH] Version 14.0.0. --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 33fa1c2..16f209a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # graphql-react changelog -## Next +## 14.0.0 ### Major diff --git a/package.json b/package.json index 105ffb3..2bf66e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-react", - "version": "13.0.0", + "version": "14.0.0", "description": "A GraphQL client for React using modern context and hooks APIs that’s lightweight (< 4 kB) but powerful; the first Relay and Apollo alternative with server side rendering.", "license": "MIT", "author": {