This commit is contained in:
Chris
2016-03-09 19:16:46 +01:00
parent 19f9ea6fbb
commit 8faa282e31
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
# react-webpack-template - Changelog
## 1.5.1:
1. Emergency fix for corruct eslint version (2.3 is currently buggy). Fixes https://github.com/newtriks/generator-react-webpack/issues/196
2. Added mocha to eslint global config as requested in https://github.com/newtriks/generator-react-webpack/issues/195
## 1.5.0:
1. Added babel polyfill to tests per default (provided by [Igonato](https://github.com/Igonato))