Skip to content

Commit

Permalink
chore(release): 🎉 4.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.2](v4.2.1...v4.2.2) (2021-03-17)

### Bug Fixes

* **server:** `return` instead of `break` at switch case ends ([e9447e4](e9447e4)), closes [#140](#140)
  • Loading branch information
semantic-release-bot committed Mar 17, 2021
1 parent e9447e4 commit eaef6e0
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 @@
## [4.2.2](https://github.com/enisdenjo/graphql-ws/compare/v4.2.1...v4.2.2) (2021-03-17)


### Bug Fixes

* **server:** `return` instead of `break` at switch case ends ([e9447e4](https://github.com/enisdenjo/graphql-ws/commit/e9447e45cfa572982e7fe0ffa32a113feac06b94)), closes [#140](https://github.com/enisdenjo/graphql-ws/issues/140)

## [4.2.1](https://github.com/enisdenjo/graphql-ws/compare/v4.2.0...v4.2.1) (2021-03-11)


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

0 comments on commit eaef6e0

Please sign in to comment.