From 761641996b88517dc32cdb0d336ab462d47a2919 Mon Sep 17 00:00:00 2001 From: Jonas Helfer Date: Tue, 6 Dec 2016 10:08:00 +0100 Subject: [PATCH 1/2] update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 227eed0aaa2..8d325325607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) From d65abe3d2bb8ccb3f8c90bdd7f1118eff23d0fd9 Mon Sep 17 00:00:00 2001 From: Jonas Helfer Date: Tue, 6 Dec 2016 10:08:06 +0100 Subject: [PATCH 2/2] 0.5.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84e0e3999c8..12f5b5c9dd3 100644 --- a/package.json +++ b/package.json @@ -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",