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",