Skip to content

Commit

Permalink
Bump 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Dec 30, 2016
1 parent c42975c commit 7042cad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## master

## 1.3.9 (December 30, 2016)
- 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)

## 1.3.8 (December 22, 2016)
- Configurable header name for auth middleware #28 (thanks to @tehwalris)
For `auth` middleware added `header` option: name of the HTTP header to pass the token in (default: `'Authorization'`).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-relay-network-layer",
"version": "1.3.8",
"version": "1.3.9",
"description": "Network Layer for React Relay and Express (Batch Queries, AuthToken, Logging, Retry)",
"files": [
"es",
Expand Down

0 comments on commit 7042cad

Please sign in to comment.