Skip to content

Commit

Permalink
Merge pull request #1001 from apollostack/0.5.12
Browse files Browse the repository at this point in the history
0.5.12
  • Loading branch information
helfer authored Dec 6, 2016
2 parents 7b0e471 + d65abe3 commit e7d8d86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
Expect active development and potentially significant breaking changes in the `0.x` track. We'll try to be diligent about releasing a `1.0` version in a timely fashion (ideally within 3 to 6 months), to signal the start of a more stable API.

### vNEXT
- Errors thrown in afterwares are not ignored anymore [PR #982](https://github.com/apollostack/apollo-client/pull/982)

- Replaced individual lodash packages with original lodash package [PR #997]
### 0.5.12
- Errors thrown in afterwares bubble up [PR #982](https://github.com/apollostack/apollo-client/pull/982)
- Replaced individual lodash packages with original lodash package [PR #997](https://github.com/apollostack/apollo-client/pull/997)

### 0.5.11
- Move typed-graphql and chai typings to optionalDependencies [PR #988](https://github.com/apollostack/apollo-client/pull/988)
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.5.11",
"version": "0.5.12",
"description": "A simple yet functional GraphQL client.",
"main": "./lib/src/index.js",
"typings": "./lib/src/index.d.ts",
Expand Down

0 comments on commit e7d8d86

Please sign in to comment.