Skip to content

Commit 2e92b73

Browse files
committed
0.25.1
1 parent 28c559d commit 2e92b73

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 0.25.1
4+
- Remove bad ReactComponent typecheck on Route/Location.
5+
36
## 0.25.0
47
- Better React 0.13 support without typechecking errors.
58
- Send (path, navigation, cb) - don't lose `navigation` object.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-component",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)