Skip to content

Commit 66d736b

Browse files
committed
release v0.35.0
1 parent 62ef78f commit 66d736b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.35.0 (Jul 1, 2016)
4+
- Update for React v15.2.0: attempt to pass fewer unknown props to DOM elements.
5+
- Tighten up some missing `propTypes`.
6+
37
## 0.34.0
48
- Update dependencies.
59
- Move to Babel 6.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-component",
3-
"version": "0.34.0",
3+
"version": "0.35.0",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {
@@ -70,4 +70,4 @@
7070
"publishConfig": {
7171
"registry": "https://registry.npmjs.org"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)