From b833e6b787960fe6298377c1325222c370fe685d Mon Sep 17 00:00:00 2001 From: Sean Matheson Date: Tue, 13 Dec 2016 23:03:04 +0000 Subject: [PATCH] v10.2.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ced87b..ea6e78a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 72e1f4f2..324b60bf 100644 --- a/package.json +++ b/package.json @@ -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": {