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 4d0b36a commit 9b9c97fCopy full SHA for 9b9c97f
javascript_client/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# graphql-ruby-client
2
3
+# 1.13.0 (23 Jan 2024)
4
+
5
+- Sync: add support for `generate-persisted-query-manifest` files #4798
6
+- createActionCableHandler: remove needless `perform("send", ...)` call #4793
7
8
# 1.12.1 (29 Dec 2023)
9
10
- GraphiQL: support custom `channelName` and `url` in ActionCable fetcher #4756
javascript_client/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-ruby-client",
- "version": "1.12.1",
+ "version": "1.13.0",
"description": "JavaScript client for graphql-ruby",
"main": "index.js",
"types": "index.d.ts",
0 commit comments