Skip to content

Commit 05ef2e8

Browse files
committed
release v0.32.1
1 parent e882a84 commit 05ef2e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## 0.32.1
4+
- Reuse empty `_query` objects as not to bust ShouldComponentUpdate.
5+
36
## 0.32.0
47
- React v15 support. React 0.14 support will remain for some time.
58

Diff for: 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.32.0",
3+
"version": "0.32.1",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)