Skip to content

Commit

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

## 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'`).

## 1.3.7 (December 18, 2016)
- Fix `formatRequestErrors` for Absinthe (GraphQL for Elixir) #27 (thanks to @redjohn)

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.7",
"version": "1.3.8",
"description": "Network Layer for React Relay and Express (Batch Queries, AuthToken, Logging, Retry)",
"files": [
"es",
Expand Down

0 comments on commit 243ff7d

Please sign in to comment.