Skip to content

Commit 374741d

Browse files
committed
release v0.31.2
1 parent 71f2980 commit 374741d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 0.31.2
4+
- Remove an errant 'let' that made its way into the build.
5+
36
## 0.31.1
47
- Bugfix for `'#'` ignoring.
58

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-component",
3-
"version": "0.31.1",
3+
"version": "0.31.2",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)