Skip to content

Commit ed268eb

Browse files
committed
release v0.30.0
1 parent 205b91a commit ed268eb

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.0
4+
- Support omitting the router's wrapping component entirely by passing a falsy `component` prop.
5+
36
## 0.29.2
47
- Fix typo in previous commit
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.29.2",
3+
"version": "0.30.0",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)