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 2f89af8 commit 8472080Copy full SHA for 8472080
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+# 4.1.0 (April 18th, 2017)
4
+
5
+- Added exception handling in the render methods
6
7
# 4.0.1 (April 17th, 2017)
8
9
- Made compatible with React 15.5
package.json
@@ -1,7 +1,7 @@
{
"name": "react-router-server",
"author": "Gabriel Bull",
- "version": "4.0.1",
+ "version": "4.1.0",
"description": "Server Side Rendering library for React Router v4",
"main": "./build/index.js",
"types": "./index.d.ts",
0 commit comments