Skip to content

Commit

Permalink
chore(release): 🎉 4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.2.0](enisdenjo/graphql-ws@v4.1.6...v4.2.0) (2021-02-25)

### Bug Fixes

* Only UMD build has side effects ([66ed43f](enisdenjo@66ed43f))

### Features

* **client:** `isFatalConnectionProblem` option for deciding if the connect error should be immediately reported or the connection retried ([enisdenjo#126](enisdenjo#126)) ([8115871](enisdenjo@8115871)), closes [enisdenjo#122](enisdenjo#122)
  • Loading branch information
semantic-release-bot committed Feb 25, 2021
1 parent ec286cc commit 672df32
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 @@
# [4.2.0](https://github.com/enisdenjo/graphql-ws/compare/v4.1.6...v4.2.0) (2021-02-25)


### Bug Fixes

* Only UMD build has side effects ([66ed43f](https://github.com/enisdenjo/graphql-ws/commit/66ed43fe60b57fa268490aec07c3254b06ab3473))


### Features

* **client:** `isFatalConnectionProblem` option for deciding if the connect error should be immediately reported or the connection retried ([#126](https://github.com/enisdenjo/graphql-ws/issues/126)) ([8115871](https://github.com/enisdenjo/graphql-ws/commit/81158711f9dba05588c656ed32c07331c9a5786d)), closes [#122](https://github.com/enisdenjo/graphql-ws/issues/122)

## [4.1.6](https://github.com/enisdenjo/graphql-ws/compare/v4.1.5...v4.1.6) (2021-02-18)


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

0 comments on commit 672df32

Please sign in to comment.