Skip to content

Commit

Permalink
js-1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Nov 8, 2024
1 parent cf0096a commit 777b861
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion javascript_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# graphql-ruby-client

# 1.14.4 (8 Nov 2024)

- ActionCable: prevent unsubscribe being called twice with Relay and Urql #5150

# 1.14.3 (5 Nov 2024)

- `ActionCableHandler`: Make sure `unsubscribe` is only called once #5109
- `createActionCableHandler`: Make sure `unsubscribe` is only called once #5109

# 1.14.2 (4 Nov 2024)

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.14.3",
"version": "1.14.4",
"description": "JavaScript client for graphql-ruby",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 777b861

Please sign in to comment.