Skip to content

Commit 1760cab

Browse files
committed
release v0.30.1
1 parent 265d88b commit 1760cab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 0.30.1
4+
- Also pass (path, navigation) to onNavigation to match onBeforeNavigation.
5+
36
## 0.30.0
47
- Support omitting the router's wrapping component entirely by passing a falsy `component` prop.
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-component",
3-
"version": "0.30.0",
3+
"version": "0.30.1",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)