Skip to content

Commit

Permalink
chore(release): 馃帀 5.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.2](v5.1.1...v5.1.2) (2021-06-09)

### Bug Fixes

* **client:** Return ping's payload through the response pong ([ee6193a](ee6193a))
  • Loading branch information
semantic-release-bot committed Jun 9, 2021
1 parent ee6193a commit c8a3735
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [5.1.2](https://github.com/enisdenjo/graphql-ws/compare/v5.1.1...v5.1.2) (2021-06-09)


### Bug Fixes

* **client:** Return ping's payload through the response pong ([ee6193a](https://github.com/enisdenjo/graphql-ws/commit/ee6193a6b789124f903b4688df8a6c680bbadc81))

## [5.1.1](https://github.com/enisdenjo/graphql-ws/compare/v5.1.0...v5.1.1) (2021-06-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-ws",
"version": "5.1.1",
"version": "5.1.2",
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
"keywords": [
"protocol",
Expand Down

0 comments on commit c8a3735

Please sign in to comment.