Skip to content

Commit 9b9c97f

Browse files
committed
js-1.13.0
1 parent 4d0b36a commit 9b9c97f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

javascript_client/CHANGELOG.md

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

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+
38
# 1.12.1 (29 Dec 2023)
49

510
- GraphiQL: support custom `channelName` and `url` in ActionCable fetcher #4756

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.12.1",
3+
"version": "1.13.0",
44
"description": "JavaScript client for graphql-ruby",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)