Skip to content

Commit

Permalink
chore(release): 🎉 1.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.6](v1.0.5...v1.0.6) (2021-11-18)

### Bug Fixes

* **client:** Avoid bundling DOM types, have the implementor supply his own `Response` type ([98780c0](98780c0))
* **handler:** Support generics for requests and responses ([9ab10c0](9ab10c0))
  • Loading branch information
semantic-release-bot committed Nov 18, 2021
1 parent 7d7b694 commit 9843e51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.6](https://github.com/enisdenjo/graphql-sse/compare/v1.0.5...v1.0.6) (2021-11-18)


### Bug Fixes

* **client:** Avoid bundling DOM types, have the implementor supply his own `Response` type ([98780c0](https://github.com/enisdenjo/graphql-sse/commit/98780c08843e4fdd119726ebab2a8eb3edbdee68))
* **handler:** Support generics for requests and responses ([9ab10c0](https://github.com/enisdenjo/graphql-sse/commit/9ab10c0ca1db5e58b8b5da514852f917e0c9366b))

## [1.0.5](https://github.com/enisdenjo/graphql-sse/compare/v1.0.4...v1.0.5) (2021-11-02)


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

0 comments on commit 9843e51

Please sign in to comment.