Skip to content

Commit 6bb23cd

Browse files
committed
release v0.34.0
1 parent 6f084e0 commit 6bb23cd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## 0.34.0
4+
- Update dependencies.
5+
- Move to Babel 6.
6+
37
## 0.33.0
48
- Possibly breaking changes to callbacks:
59
- `onNavigation` and `onBeforeNavigation` is now called on all routers.

Diff for: 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.33.0",
3+
"version": "0.34.0",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {
@@ -69,4 +69,4 @@
6969
"publishConfig": {
7070
"registry": "https://registry.npmjs.org"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)