diff --git a/changelog.md b/changelog.md index ca98a20..8df4b79 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # graphql-react changelog -## Next +## 20.0.0 ### Major diff --git a/package.json b/package.json index b733da1..6d67a73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-react", - "version": "19.0.0", + "version": "20.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": { diff --git a/readme.md b/readme.md index bfdf19a..69589c4 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ For [Deno](https://deno.land) and browsers, an example import map (realistically { "imports": { "extract-files/": "https://unpkg.com/extract-files@13.0.0/", - "graphql-react/": "https://unpkg.com/graphql-react@19.0.0/", + "graphql-react/": "https://unpkg.com/graphql-react@20.0.0/", "is-plain-obj": "https://unpkg.com/is-plain-obj@4.1.0/index.js", "is-plain-obj/": "https://unpkg.com/is-plain-obj@4.1.0/", "react": "https://esm.sh/react@18.2.0",