From f7d3a17edb99dc3ffabe8598151df8bf942e2258 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Mon, 17 Jan 2022 15:31:23 +1100 Subject: [PATCH] Version 17.0.0. --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 11a4292..2a4d425 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # graphql-react changelog -## Next +## 17.0.0 ### Major diff --git a/package.json b/package.json index edadbd5..0c29ca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-react", - "version": "16.0.0", + "version": "17.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": {