We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd2f73 commit a0a3c09Copy full SHA for a0a3c09
javascript_client/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# graphql-ruby-client
2
3
+# 1.11.4 (4 January 2022)
4
+
5
+- PusherLink: pass initial response along to the client #4282
6
7
# 1.11.3 (13 October 2022)
8
9
- `createAblySubscriptions`: don't use `Error.captureStackTrace` which isn't supported in all JS runtimes #4223
javascript_client/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-ruby-client",
- "version": "1.11.3",
+ "version": "1.11.4",
"description": "JavaScript client for graphql-ruby",
"main": "index.js",
"types": "index.d.ts",
0 commit comments