Skip to content

Commit e069a48

Browse files
committed
0.26.1
1 parent 738bde3 commit e069a48

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## 0.26.1
4+
- Remove deprecated replaceState().
5+
36
## 0.26.0
47
- Support querystrings.
58
* Querystrings are not matched - they are stripped before matching patterns.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-component",
3-
"version": "0.26.0",
3+
"version": "0.26.1",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)