Skip to content

Commit

Permalink
js-1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Sep 30, 2024
1 parent 895074b commit d0131b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions javascript_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# graphql-ruby-client

# 1.14.1 (30 Sept 2024)

- `AblyLink`: don't set up an Ably subscription when no Subscription header is present #5113

# 1.14.0 (3 Jul 2024)

- Subscriptions: with Relay and ActionCable, don't send an empty query string (`""`) when using persisted operations #5008
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.0",
"version": "1.14.1",
"description": "JavaScript client for graphql-ruby",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit d0131b5

Please sign in to comment.