Skip to content

Commit

Permalink
chore(release): 🎉 5.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.11.0](enisdenjo/graphql-ws@v5.10.2...v5.11.0) (2022-09-16)

### Features

* **client:** Provide subscribe payload in `generateID` ([d0bc6e1](enisdenjo/graphql-ws@d0bc6e1)), closes [#398](enisdenjo/graphql-ws#398)
  • Loading branch information
elinest-bright committed Sep 16, 2022
1 parent c0c3f42 commit accb8f9
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.11.0](https://github.com/enisdenjo/graphql-ws/compare/v5.10.2...v5.11.0) (2022-09-16)


### Features

* **client:** Provide subscribe payload in `generateID` ([d0bc6e1](https://github.com/enisdenjo/graphql-ws/commit/d0bc6e15169285421fc7961c712d1d07c884a14e)), closes [#398](https://github.com/enisdenjo/graphql-ws/issues/398)

## [5.10.2](https://github.com/enisdenjo/graphql-ws/compare/v5.10.1...v5.10.2) (2022-09-12)


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

0 comments on commit accb8f9

Please sign in to comment.