Skip to content

Commit

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

### Performance Improvements

* **client:** Await timeouts only in recursive connects ([55c8fc8](enisdenjo@55c8fc8))
  • Loading branch information
semantic-release-bot committed Dec 10, 2020
1 parent 7db45c1 commit bf1b537
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 @@
## [3.0.1](https://github.com/enisdenjo/graphql-ws/compare/v3.0.0...v3.0.1) (2020-12-10)


### Performance Improvements

* **client:** Await timeouts only in recursive connects ([55c8fc8](https://github.com/enisdenjo/graphql-ws/commit/55c8fc8aba5dfb5ff3c66a11946f85ec631b1d41))

# [3.0.0](https://github.com/enisdenjo/graphql-ws/compare/v2.0.1...v3.0.0) (2020-12-09)


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-ws",
"version": "3.0.0",
"version": "3.0.1",
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
"keywords": [
"protocol",
Expand Down

0 comments on commit bf1b537

Please sign in to comment.