Skip to content

Commit c15a8c7

Browse files
committed
release v0.28.0
1 parent 6102c74 commit c15a8c7

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.28.0
4+
- Fix querystring not being properly passed in `PathnameEnvironment`. Incremented minor in case of potential
5+
unexpected `_query` attribute.
6+
37
## 0.27.2
48
- Switch Object.assign shims, 'object.assign' uses eval()
59

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.27.2",
3+
"version": "0.28.0",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {
@@ -61,4 +61,4 @@
6161
"publishConfig": {
6262
"registry": "https://registry.npmjs.org"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)