diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a4c978..622f899a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/enisdenjo/graphql-sse/compare/v1.0.2...v1.0.3) (2021-08-26) + + +### Bug Fixes + +* Bump `graphql` version to v16 in package.json ([af219f9](https://github.com/enisdenjo/graphql-sse/commit/af219f90ffcdb7019fe1e086d92a01bd98905869)) + ## [1.0.2](https://github.com/enisdenjo/graphql-sse/compare/v1.0.1...v1.0.2) (2021-08-26) diff --git a/package.json b/package.json index 2bd34296..b0107161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-sse", - "version": "1.0.2", + "version": "1.0.3", "description": "Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client", "keywords": [ "graphql",