Skip to content

Commit

Permalink
chore(release): 馃帀 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](enisdenjo/graphql-ws@v1.0.0...v1.0.1) (2020-08-26)

### Bug Fixes

* reset connected/connecting state when disconnecting and disposing ([2eb3cd5](enisdenjo@2eb3cd5))
* **client:** cant read the `CloseEvent.reason` after bundling so just pass the whole event to the sink error and let the user handle it ([9ccb46b](enisdenjo@9ccb46b))
* **client:** send complete message and close only if socket is still open ([49b75ce](enisdenjo@49b75ce))
* http and ws have no default exports ([5c01ed9](enisdenjo@5c01ed9))
* include `types` file holding important types ([f3e4edf](enisdenjo@f3e4edf))
* **server:** scoped execution result formatter from `onConnect` ([f91fadb](enisdenjo@f91fadb))
* export both the client and the server from index ([29923b1](enisdenjo@29923b1))
* **server:** store the intial request in the context ([6927ee0](enisdenjo@6927ee0))
  • Loading branch information
semantic-release-bot committed Aug 26, 2020
1 parent 648f8a1 commit 2dcf72a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.0.1](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.0.0...v1.0.1) (2020-08-26)


### Bug Fixes

* reset connected/connecting state when disconnecting and disposing ([2eb3cd5](https://github.com/enisdenjo/graphql-transport-ws/commit/2eb3cd5965cf34f6d6b21748daea520163b9c789))
* **client:** cant read the `CloseEvent.reason` after bundling so just pass the whole event to the sink error and let the user handle it ([9ccb46b](https://github.com/enisdenjo/graphql-transport-ws/commit/9ccb46bc80024cb2de823702d2bd308052c6c516))
* **client:** send complete message and close only if socket is still open ([49b75ce](https://github.com/enisdenjo/graphql-transport-ws/commit/49b75cec60fec9c8a42119b124a9c54d29d30308))
* http and ws have no default exports ([5c01ed9](https://github.com/enisdenjo/graphql-transport-ws/commit/5c01ed924793ce17f036d26d9d5d63cd5cecc6aa))
* include `types` file holding important types ([f3e4edf](https://github.com/enisdenjo/graphql-transport-ws/commit/f3e4edf96e5c6cecf025811e2beb7ecc324ea962))
* **server:** scoped execution result formatter from `onConnect` ([f91fadb](https://github.com/enisdenjo/graphql-transport-ws/commit/f91fadb6464a6e74f9a11555026dd5f9279df563))
* export both the client and the server from index ([29923b1](https://github.com/enisdenjo/graphql-transport-ws/commit/29923b1e35a462c5b5a19d64603d59f25c1c5987))
* **server:** store the intial request in the context ([6927ee0](https://github.com/enisdenjo/graphql-transport-ws/commit/6927ee01c0b8224f8290322a964e70382614d0e8))

# [1.0.0](https://github.com/enisdenjo/graphql-transport-ws/compare/v0.0.2...v1.0.0) (2020-08-17)


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": "@enisdenjo/graphql-transport-ws",
"version": "1.0.0",
"version": "1.0.1",
"description": "A WebSocket client for GraphQL subscriptions",
"license": "MIT",
"homepage": "https://github.com/enisdenjo/graphql-transport-ws#readme",
Expand Down

0 comments on commit 2dcf72a

Please sign in to comment.