Skip to content

Commit

Permalink
Merge pull request apollographql#1284 from apollographql/0.8.4
Browse files Browse the repository at this point in the history
0.8.4
  • Loading branch information
helfer authored Feb 10, 2017
2 parents 4ed7557 + 233647a commit 5e944c1
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
Expand Up @@ -4,6 +4,8 @@ Expect active development and potentially significant breaking changes in the `0

### vNEXT

### 0.8.4
- Fix afterware to support retrying requests [PR #1274](https://github.com/apollostack/apollo-client/pull/1274).

### 0.8.3
- Fix bug that caused query reducers to always be called with initial variables. [PR #1270](https://github.com/apollostack/apollo-client/pull/1270).
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": "apollo-client",
"version": "0.8.3",
"version": "0.8.4",
"description": "A simple yet functional GraphQL client.",
"main": "./lib/apollo.umd.js",
"module": "./lib/src/index.js",
Expand Down

0 comments on commit 5e944c1

Please sign in to comment.