Skip to content

Commit d54f98f

Browse files
chore(release): 🎉 5.6.4 [skip ci]
## [5.6.4](v5.6.3...v5.6.4) (2022-03-24) ### Bug Fixes * Warn about subscriptions-transport-ws clients and provide migration link ([e080739](e080739)), closes [#339](#339) [#325](#325)
1 parent edf0d33 commit d54f98f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.6.4](https://github.com/enisdenjo/graphql-ws/compare/v5.6.3...v5.6.4) (2022-03-24)
2+
3+
4+
### Bug Fixes
5+
6+
* Warn about subscriptions-transport-ws clients and provide migration link ([e080739](https://github.com/enisdenjo/graphql-ws/commit/e08073956621b52d858b617eff5cf993ccedea16)), closes [#339](https://github.com/enisdenjo/graphql-ws/issues/339) [#325](https://github.com/enisdenjo/graphql-ws/issues/325)
7+
18
## [5.6.3](https://github.com/enisdenjo/graphql-ws/compare/v5.6.2...v5.6.3) (2022-03-13)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-ws",
3-
"version": "5.6.3",
3+
"version": "5.6.4",
44
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
55
"keywords": [
66
"protocol",

0 commit comments

Comments
 (0)