Skip to content

Commit e67fed7

Browse files
committed
Bumped version and updated CHANGELOG
1 parent ba955f0 commit e67fed7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
# 4.2.3 (January 20th, 2018)
4+
5+
- Adds support for matching webpack imports using arrow functions
6+
37
# 4.2.2 (August 1st, 2017)
48

59
- Fixed some issues with HMR

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-router-server",
33
"author": "Gabriel Bull",
4-
"version": "4.2.2",
4+
"version": "4.2.3",
55
"description": "Server Side Rendering library for React Router v4",
66
"main": "./build/index.js",
77
"types": "./index.d.ts",

0 commit comments

Comments
 (0)