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

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed Sep 27, 2016
1 parent 5d9fdf8 commit 34ffd3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Expect active development and potentially significant breaking changes in the `0

### vNext

### v0.5.7

- Feature: Upgraded to typescript 2.0 [#217](https://github.com/apollostack/react-apollo/pull/217)
- Feature: Allow usage of redux key or selector [#226](https://github.com/apollostack/react-apollo/pull/226)

### v0.5.6

- Bug: Passing immutable to ApolloProvider breaks ssr. `renderToStringWithData` fails to reference the right store.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-apollo",
"version": "0.5.6",
"version": "0.5.7",
"description": "React data container for Apollo Client",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 34ffd3a

Please sign in to comment.