Skip to content

Commit

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

## 1.3.3 (August 5, 2016)
* fix: batch express middleware. It should not call next middleware. Thanks @genbit [issue #13](https://github.com/nodkz/react-relay-network-layer/issues/13)

## 1.3.2 (July 28, 2016)
* fix: gqErrors middleware, it not displays errors for single request (thanks to @jibingeo)
* fix: gqErrors middleware, it does not display errors for single request (thanks to @jibingeo)

## 1.3.1 (July 12, 2016)
* fix: catch react-native error, when network request fails, eg. offline ([issue #7](https://github.com/nodkz/react-relay-network-layer/issues/7)).
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.2",
"version": "1.3.3",
"description": "Network Layer for React Relay and Express (Batch Queries, AuthToken, Logging, Retry)",
"files": [
"es",
Expand Down

0 comments on commit 2a247e7

Please sign in to comment.