Skip to content

Commit a0a3c09

Browse files
committed
js-1.11.4
1 parent acd2f73 commit a0a3c09

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

javascript_client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# graphql-ruby-client
22

3+
# 1.11.4 (4 January 2022)
4+
5+
- PusherLink: pass initial response along to the client #4282
6+
37
# 1.11.3 (13 October 2022)
48

59
- `createAblySubscriptions`: don't use `Error.captureStackTrace` which isn't supported in all JS runtimes #4223

javascript_client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-ruby-client",
3-
"version": "1.11.3",
3+
"version": "1.11.4",
44
"description": "JavaScript client for graphql-ruby",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)