Skip to content

Commit 103c770

Browse files
committed
js 1.4.0
1 parent 81bb192 commit 103c770

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.4.0 (12 Apr 2017)
4+
5+
- Add `PusherLink` for Apollo 2 Subscriptions on Pusher
6+
- Add `OperationStoreLink` for Apollo 2 persisted queries
7+
38
## 1.3.0 (30 Nov 2017)
49

510
- Support HTTPS, basic auth, query string and port in `sync` #1053

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.3.0",
3+
"version": "1.4.0",
44
"description": "JavaScript client for graphql-ruby",
55
"main": "index.js",
66
"repository": "https://github.com/rmosolgo/graphql-ruby-client",

0 commit comments

Comments
 (0)