Skip to content

Commit a366789

Browse files
committed
release v0.32.0
1 parent f3941c5 commit a366789

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.32.0
4+
- React v15 support. React 0.14 support will remain for some time.
5+
36
## 0.31.4
47
- Remove `react/lib/batchedUpdates` require(), which was causing issues with CDN users.
58

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-component",
3-
"version": "0.31.4",
3+
"version": "0.32.0",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {
@@ -66,4 +66,4 @@
6666
"publishConfig": {
6767
"registry": "https://registry.npmjs.org"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)