From 070a6198d2978ab75342caf5e69df5eb3319e299 Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Mon, 17 Oct 2016 16:03:36 +1100 Subject: [PATCH] Releasing 0.5.11 --- Changelog.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index da064bfce9..05e5a56325 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,8 +4,9 @@ Expect active development and potentially significant breaking changes in the `0 ### vNext -- Bug: Fix issue with SSR queries running twice when a mutation wraps a query [#274](https://github.com/apollostack/react-apollo/issue/274) +### v0.5.11 +- Bug: Fix issue with SSR queries running twice when a mutation wraps a query [#274](https://github.com/apollostack/react-apollo/issue/274) ### v0.5.10 diff --git a/package.json b/package.json index 6990c9e9a0..6699dfe881 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "0.5.10", + "version": "0.5.11", "description": "React data container for Apollo Client", "main": "index.js", "typings": "index.d.ts",