We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f084e0 commit 6bb23cdCopy full SHA for 6bb23cd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.34.0
4
+ - Update dependencies.
5
+ - Move to Babel 6.
6
+
7
## 0.33.0
8
- Possibly breaking changes to callbacks:
9
- `onNavigation` and `onBeforeNavigation` is now called on all routers.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.33.0",
+ "version": "0.34.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
@@ -69,4 +69,4 @@
69
"publishConfig": {
70
"registry": "https://registry.npmjs.org"
71
}
72
-}
+}
0 commit comments