We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd146b commit 05fcf7aCopy full SHA for 05fcf7a
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.32.2
4
+ - Hotfix: Accidental 'const', we're not using Babel
5
+
6
## 0.32.1
7
- Reuse empty `_query` objects as not to bust ShouldComponentUpdate.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.32.1",
+ "version": "0.32.2",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
0 commit comments