From 5b61eca2bd60c1ca287cef11aa7233a9a7db8449 Mon Sep 17 00:00:00 2001 From: Sean Matheson Date: Fri, 29 Jul 2016 08:06:52 +0100 Subject: [PATCH] Version 1.1.2 fixes #34 closes #42 #43 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d90246073e0f6d..e9cd33e1351e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.2] - 2016-07-29 + +### Fixed +HMR reloading of asynchronous react-router routes. We have had to add a workaround section within the routes configuration. Please see the routes/index.js file for more info. + ## [1.1.1] - 2016-07-26 ### Fixed diff --git a/package.json b/package.json index a276eac2f901dd..5ab1600e84e54c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-universally", - "version": "1.1.1", + "version": "1.1.2", "description": "An ultra low dependency node v6 universal react boilerplate with an amazing dev experience.", "main": "build/server/main.js", "engines": {