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

Commit 070a619

Browse files
committed
Releasing 0.5.11
1 parent e725114 commit 070a619

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Expect active development and potentially significant breaking changes in the `0
44

55
### vNext
66

7-
- Bug: Fix issue with SSR queries running twice when a mutation wraps a query [#274](https://github.com/apollostack/react-apollo/issue/274)
7+
### v0.5.11
88

9+
- Bug: Fix issue with SSR queries running twice when a mutation wraps a query [#274](https://github.com/apollostack/react-apollo/issue/274)
910

1011
### v0.5.10
1112

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.10",
3+
"version": "0.5.11",
44
"description": "React data container for Apollo Client",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)