Skip to content

Commit

Permalink
release v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Jul 1, 2016
1 parent 62ef78f commit 66d736b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.35.0 (Jul 1, 2016)
- Update for React v15.2.0: attempt to pass fewer unknown props to DOM elements.
- Tighten up some missing `propTypes`.

## 0.34.0
- Update dependencies.
- Move to Babel 6.
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.34.0",
"version": "0.35.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
Expand Down Expand Up @@ -70,4 +70,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 66d736b

Please sign in to comment.