Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 34ffd3a

Browse files
author
James Baxley
committed
updated changelog
1 parent 5d9fdf8 commit 34ffd3a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Expect active development and potentially significant breaking changes in the `0
44

55
### vNext
66

7+
### v0.5.7
8+
9+
- Feature: Upgraded to typescript 2.0 [#217](https://github.com/apollostack/react-apollo/pull/217)
10+
- Feature: Allow usage of redux key or selector [#226](https://github.com/apollostack/react-apollo/pull/226)
11+
712
### v0.5.6
813

914
- Bug: Passing immutable to ApolloProvider breaks ssr. `renderToStringWithData` fails to reference the right store.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-apollo",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"description": "React data container for Apollo Client",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)