Skip to content

Commit

Permalink
release v0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Apr 8, 2016
1 parent f3941c5 commit a366789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.32.0
- React v15 support. React 0.14 support will remain for some time.

## 0.31.4
- Remove `react/lib/batchedUpdates` require(), which was causing issues with CDN users.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
"version": "0.31.4",
"version": "0.32.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
Expand Down Expand Up @@ -66,4 +66,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit a366789

Please sign in to comment.