Skip to content

Commit

Permalink
js-1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Oct 13, 2022
1 parent 3fa4e93 commit 5c6d0ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions javascript_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# graphql-ruby-client

# 1.11.3 (13 October 2022)

- `createAblySubscriptions`: don't use `Error.captureStackTrace` which isn't supported in all JS runtimes #4223
- `createAblySubscriptions`: properly handle empty initial response from the interpreter (`{}`) #4226

# 1.11.2 (26 August 2022)

- Sync: Add a `--header` option for custom headers #4171
Expand Down
2 changes: 1 addition & 1 deletion javascript_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-ruby-client",
"version": "1.11.2",
"version": "1.11.3",
"description": "JavaScript client for graphql-ruby",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 5c6d0ad

Please sign in to comment.