Skip to content

Commit

Permalink
chore(release): 馃帀 2.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.2](v2.2.1...v2.2.2) (2023-08-22)

### Bug Fixes

* **use/http,use/http2,use/express,use/fastify:** Handle cases where response's `close` event is late ([#75](#75)) ([4457cba](4457cba)), closes [#69](#69)
  • Loading branch information
semantic-release-bot committed Aug 22, 2023
1 parent 4457cba commit f653d48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.2](https://github.com/enisdenjo/graphql-sse/compare/v2.2.1...v2.2.2) (2023-08-22)


### Bug Fixes

* **use/http,use/http2,use/express,use/fastify:** Handle cases where response's `close` event is late ([#75](https://github.com/enisdenjo/graphql-sse/issues/75)) ([4457cba](https://github.com/enisdenjo/graphql-sse/commit/4457cba74ab0f4474b648b2b3d75f88edcb1fe9b)), closes [#69](https://github.com/enisdenjo/graphql-sse/issues/69)

## [2.2.1](https://github.com/enisdenjo/graphql-sse/compare/v2.2.0...v2.2.1) (2023-07-31)


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": "2.2.1",
"version": "2.2.2",
"description": "Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client",
"keywords": [
"graphql",
Expand Down

0 comments on commit f653d48

Please sign in to comment.