Skip to content

Commit 8421bfd

Browse files
committed
Bump 1.4.0
1 parent 9adb3fc commit 8421bfd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 1.4.0 (February 06, 2017)
4+
- feat(Mutation): Add support to multiple files upload [relay#586](https://github.com/facebook/relay/issues/586). #38 (thanks to @giautm)
5+
- fix(Auth middleware): Only first request that failed during tokenRefresh was retries. #37 (thanks to @alexxv)
6+
- chore(Packages): Update dev packages. Add yarn.
7+
38
## 1.3.9 (December 30, 2016)
49
- Auth middleware: when client makes multiples relay requests with expired token, we only need to refresh token once for those requests. #32 (thanks to @alexxv)
510

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-relay-network-layer",
3-
"version": "1.3.9",
3+
"version": "1.4.0",
44
"description": "Network Layer for React Relay and Express (Batch Queries, AuthToken, Logging, Retry)",
55
"files": [
66
"es",

0 commit comments

Comments
 (0)