Skip to content

Commit

Permalink
Pres version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Sep 27, 2016
1 parent c853e0b commit 01936a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [5.1.0] - 2016-09-27

### Fixed

An issue with the webpack configuration which prevented multiple chunks when build a dev version of the server bundle, this would then result in errors on resolving our async routes. Phew! That was a hard fought fight.

### Changed

Updates the routing configuration to be concise.

## [5.0.0] - 2016-09-27

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-universally",
"version": "5.0.0",
"version": "5.1.0",
"description": "A starter kit giving you the minimum requirements for a production ready universal react application.",
"main": "build/server/main.js",
"engines": {
Expand Down

0 comments on commit 01936a2

Please sign in to comment.