diff --git a/CHANGELOG.md b/CHANGELOG.md index a7cd6599..bafbe7f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.2.1](https://github.com/enisdenjo/graphql-sse/compare/v1.2.0...v1.2.1) (2022-06-09) + + +### Bug Fixes + +* **client:** Retry network errors even if they occur during event emission ([489b1b0](https://github.com/enisdenjo/graphql-sse/commit/489b1b01d89881724ab8bf4dee3d1e395089101d)), closes [#27](https://github.com/enisdenjo/graphql-sse/issues/27) + + +### Performance Improvements + +* **client:** Avoid recreating result variables when reading the response stream ([16f6a6c](https://github.com/enisdenjo/graphql-sse/commit/16f6a6c5ec77f63d19afda1c847e965a12513fc7)) + # [1.2.0](https://github.com/enisdenjo/graphql-sse/compare/v1.1.0...v1.2.0) (2022-04-14) diff --git a/package.json b/package.json index 5ea08c46..bbc0c873 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-sse", - "version": "1.2.0", + "version": "1.2.1", "description": "Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client", "keywords": [ "graphql",