From f7d2bfea842609f59f52878300ff7b2ad9841275 Mon Sep 17 00:00:00 2001 From: Jonas Helfer Date: Sat, 11 Feb 2017 16:23:06 -0800 Subject: [PATCH 1/2] update Changelog.md --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 09813ef6af..35012ffcf9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,8 @@ Expect active development and potentially significant breaking changes in the `0 ### vNext +### 0.10.1 +- Fix wrong invariant sanity checks for GraphQL document [PR #457](https://github.com/apollostack/react-apollo/issues/457) ### 0.10.0 - Feature: [typescript] Add better typings to graphql HOC [Issue #379](https://github.com/apollostack/react-apollo/issues/379) From edaff6241eac0463a5576d930f90be5ba77ebfb5 Mon Sep 17 00:00:00 2001 From: Jonas Helfer Date: Sat, 11 Feb 2017 16:23:08 -0800 Subject: [PATCH 2/2] 0.10.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9882770837..5e2d6856ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "0.10.0", + "version": "0.10.1", "description": "React data container for Apollo Client", "main": "lib/index.js", "browser": "lib/browser.js",