Skip to content

Commit

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

## 1.3.5 (October 4, 2016)
- Handle malformed or non existent JSON in response (#20). Thanks to @JonathanUsername
- Return main promise. Thanks to @helfer https://github.com/graphql/express-graphql/pull/99
Returning the main promise will let you do things like time execution and perform some cleanups after the request is processed.

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

0 comments on commit 2bd4668

Please sign in to comment.