From 106b49438fee112f82bc2c3f6fe6fdd9390500ce Mon Sep 17 00:00:00 2001 From: d3viant0ne Date: Wed, 3 Aug 2016 02:07:00 -0500 Subject: [PATCH] chore(release): Manually add project changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f9406f3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ + +# [1.8.0](https://github.com/webpack/karma-webpack/compare/v1.7.0...v1.8.0) (2016-08-03) + +### Bug Fixes + +* TypeError: callback is not a function. ([#151](https://github.com/webpack/karma-webpack/issues/151)) ([5219b7d](https://github.com/webpack/karma-webpack/commit/5219b7d)), closes [#151](https://github.com/webpack/karma-webpack/issues/151) +* Karma no provider errors. ([#146](https://github.com/webpack/karma-webpack/issues/146)) ([24628dc](https://github.com/webpack/karma-webpack/commit/24628dc)), closes [#146](https://github.com/webpack/karma-webpack/issues/146) + + +### Features + +* **Webpack Blocker** Adding webpack blocker to stop karma from running tests until build is finished ([d67732d](https://github.com/webpack/karma-webpack/commit/d67732d))