Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
fixes mui#34
closes mui#42 mui#43
  • Loading branch information
ctrlplusb committed Jul 29, 2016
1 parent eb724dc commit 5b61eca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 5b61eca

Please sign in to comment.