Skip to content

Commit c83de70

Browse files
committed
release v0.38.0
1 parent aa91601 commit c83de70

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 0.38.0 (Sep 13, 2017)
4+
- Bugfix: Don't drop querystring from `<CaptureClicks>`.
5+
36
## 0.37.0 (Apr 29, 2017)
47
- Import `create-react-class` and `prop-types` to deal with React 15.5 warnings. Thanks @curquhart
58

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-component",
3-
"version": "0.37.0",
3+
"version": "0.38.0",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {
@@ -75,4 +75,4 @@
7575
"lint",
7676
"test"
7777
]
78-
}
78+
}

0 commit comments

Comments
 (0)