Skip to content

Commit

Permalink
chore(release): 🎉 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.1.0](v5.0.0...v5.1.0) (2021-06-09)

### Features

* **client:** `disablePong` option for when implementing a custom pinger ([6510360](6510360)), closes [#117](#117)
* Optional `payload` for ping/pong message types ([2fe0345](2fe0345)), closes [#117](#117)
  • Loading branch information
semantic-release-bot committed Jun 9, 2021
1 parent 6510360 commit 37720c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [5.1.0](https://github.com/enisdenjo/graphql-ws/compare/v5.0.0...v5.1.0) (2021-06-09)


### Features

* **client:** `disablePong` option for when implementing a custom pinger ([6510360](https://github.com/enisdenjo/graphql-ws/commit/651036002c3c26dca8495def7ac271e021fcb420)), closes [#117](https://github.com/enisdenjo/graphql-ws/issues/117)
* Optional `payload` for ping/pong message types ([2fe0345](https://github.com/enisdenjo/graphql-ws/commit/2fe03453e32112598af0faeecf054c899e658c1d)), closes [#117](https://github.com/enisdenjo/graphql-ws/issues/117)

# [5.0.0](https://github.com/enisdenjo/graphql-ws/compare/v4.9.0...v5.0.0) (2021-06-08)


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

0 comments on commit 37720c6

Please sign in to comment.