diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c5ff3cdf4e2dc4d25166b6621f4c5e568e842c..d2633b2ba3b99c4b5327461f67a7ee1802e0d5d3 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