From cb0e9fb8ea2ff24f07eab04804eb1f83b9707749 Mon Sep 17 00:00:00 2001 From: James Baxley Date: Mon, 1 May 2017 20:23:30 -0400 Subject: [PATCH] Release 1.1.3 (#676) * Update Changelog.md * Update package.json --- Changelog.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 43f4ff1fda..ea6e285074 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,9 @@ Expect active development and potentially significant breaking changes in the `0 ### vNext +### 1.1.3 - Perf: Removed unneeded usage of shouldComponentUpdate [PR #661](https://github.com/apollographql/react-apollo/pull/661) inspired by [PR #653](https://github.com/apollographql/react-apollo/pull/653) +- Perf: Removed unneeded usage of shouldComponentUpdate in Provider [PR #669](https://github.com/apollographql/react-apollo/pull/669) - Chore: remove unused immutable prop [PR #539](https://github.com/apollographql/react-apollo/pull/539) ### 1.1.2 diff --git a/package.json b/package.json index c14519c3d7..64fe592fc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "1.1.2", + "version": "1.1.3", "description": "React data container for Apollo Client", "main": "lib/index.js", "browser": "lib/browser.js",