We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa91601 commit c83de70Copy full SHA for c83de70
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.38.0 (Sep 13, 2017)
4
+ - Bugfix: Don't drop querystring from `<CaptureClicks>`.
5
+
6
## 0.37.0 (Apr 29, 2017)
7
- Import `create-react-class` and `prop-types` to deal with React 15.5 warnings. Thanks @curquhart
8
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.37.0",
+ "version": "0.38.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
@@ -75,4 +75,4 @@
75
"lint",
76
"test"
77
]
78
-}
+}
0 commit comments