Skip to content

Commit 4951e43

Browse files
chore(release): 🎉 4.1.1 [skip ci]
## [4.1.1](v4.1.0...v4.1.1) (2021-01-19) ### Bug Fixes * **client:** Export relevant elements from the browser bundle ([b106dbe](b106dbe)), closes [#97](#97) * **client:** Wait for server acknowledgement indefinitely ([a4bd602](a4bd602)), closes [#98](#98)
1 parent 3d61731 commit 4951e43

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.1.1](https://github.com/enisdenjo/graphql-ws/compare/v4.1.0...v4.1.1) (2021-01-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** Export relevant elements from the browser bundle ([b106dbe](https://github.com/enisdenjo/graphql-ws/commit/b106dbed1440488692a5588dcfd73f2f5a855a74)), closes [#97](https://github.com/enisdenjo/graphql-ws/issues/97)
7+
* **client:** Wait for server acknowledgement indefinitely ([a4bd602](https://github.com/enisdenjo/graphql-ws/commit/a4bd6029916e26a48b3f1acbbf9d741775e34baa)), closes [#98](https://github.com/enisdenjo/graphql-ws/issues/98)
8+
19
# [4.1.0](https://github.com/enisdenjo/graphql-ws/compare/v4.0.0...v4.1.0) (2021-01-13)
210

311

package.json

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

0 commit comments

Comments
 (0)