We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c7767 commit 76862e9Copy full SHA for 76862e9
CHANGES.md
@@ -1,3 +1,9 @@
1
+## [v3.0.5](https://github.com/ReactTraining/react-router/compare/v3.0.4...v3.0.5)
2
+> Apr 10, 2017
3
+
4
+- Manually set displayName for components
5
+- Async hooks could be removed during simultaneous server requests (#4941 by @s-yadav)
6
7
## [v3.0.4](https://github.com/ReactTraining/react-router/compare/v3.0.3...v3.0.4)
8
> Apr 9, 2017
9
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router",
- "version": "3.0.4",
+ "version": "3.0.5",
"description": "A complete routing library for React",
"files": [
"*.md",
0 commit comments