Skip to content

Commit 1380354

Browse files
committed
js-1.12.1
1 parent 2752991 commit 1380354

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

javascript_client/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# graphql-ruby-client
22

3+
# 1.12.1 (29 Dec 2023)
4+
5+
- GraphiQL: support custom `channelName` and `url` in ActionCable fetcher #4756
6+
37
# 1.12.0 (7 Dec 2023)
48

59
- Add GraphiQL support for subscriptions #4724

javascript_client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-ruby-client",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "JavaScript client for graphql-ruby",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)