Skip to content

Commit

Permalink
v10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Dec 13, 2016
1 parent 3f8c5bb commit b833e6b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ I'll map them as follows:
- Minor: New features or changes to the build tools.
- Patch: Small(ish) fixes/restructuring that I expect will take minimal effort to merge in.

## [10.2.0] - 2016-12-13

## Changed

- Changes the build script to output webpack stats.
- Changes webpack performance hints to only execute for production builds.
- Renames 'App' component to 'DemoApp'.
- Adds new webpack beta release.

## Fixed

- Fixes bug in development server.
- Updates contributors list.

## Added

- Adds .history to git ignores.

## [10.1.1] - 2016-12-12

## Changed
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": "10.1.1",
"version": "10.2.0",
"description": "A starter kit giving you the minimum requirements for a modern universal react application.",
"main": "build/server/index.js",
"engines": {
Expand Down

0 comments on commit b833e6b

Please sign in to comment.