Skip to content

Commit 26ea1aa

Browse files
committed
Merge branch 'master' into next
2 parents 674a1d4 + f17c4b7 commit 26ea1aa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [v2.4.1]
2+
> May 19, 2016
3+
4+
- **Bugfix:** Don't crash on invalid URI components in params ([#3453])
5+
6+
[v2.4.1]: https://github.com/reactjs/react-router/compare/v2.4.0...v2.4.1
7+
[#3453]: https://github.com/reactjs/react-router/pull/3453
8+
9+
110
## [v2.4.0]
211
> April 28, 2016
312

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",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "A complete routing library for React",
55
"files": [
66
"*.md",

0 commit comments

Comments
 (0)