From ea38f0b92288d84325b41b2b1c3b62cc1ac4c60d Mon Sep 17 00:00:00 2001
From: Ville Immonen <ville.immonen@iki.fi>
Date: Sun, 4 Dec 2016 11:04:00 +0200
Subject: [PATCH] Update changelog for 0.8.1

---
 CHANGELOG.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3c5ff3cd..d2633b2ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.8.1 (2016-12-04)
+
+#### :bug: Bug Fix
+* `react-scripts`
+  * [#1149](https://github.com/facebookincubator/create-react-app/pull/1149) Fix incorrectly stubbing JavaScript files with a dot in the import path in tests. ([@fson](https://github.com/fson))
+
 ## 0.8.0 (2016-12-03)
 
 #### :rocket: New Feature
-- 
GitLab