Skip to content

Commit

Permalink
chore(release): 🎉 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](enisdenjo/graphql-sse@v1.2.0...v1.2.1) (2022-06-09)

### Bug Fixes

* **client:** Retry network errors even if they occur during event emission ([489b1b0](enisdenjo@489b1b0)), closes [enisdenjo#27](enisdenjo#27)

### Performance Improvements

* **client:** Avoid recreating result variables when reading the response stream ([16f6a6c](enisdenjo@16f6a6c))
  • Loading branch information
semantic-release-bot committed Jun 9, 2022
1 parent 15fc455 commit 3f516d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3f516d7

Please sign in to comment.