From 1f13a865a00906d33c97a4784b8b57dcab60bea1 Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Wed, 11 Jan 2017 15:26:14 -0600 Subject: [PATCH] chore(release): karma-webpack v2.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d56a7..00a0b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [2.0.0](https://github.com/webpack/karma-webpack/compare/v1.8.1...v2.0.0) (2017-01-11) + + +### Bug Fixes + +* **config:** webpack rc4 schema enforcment (fixes [#193](https://github.com/webpack/karma-webpack/issues/193)) ([2723439](https://github.com/webpack/karma-webpack/commit/2723439)) + + +### BREAKING CHANGES + +* config: Remove entry:{} from test configurations + +When updating to `"webpack": "2.2.0-rc.4"` & `"karma-webpack": "1.8.2"` you have to pull the `entry` property if it's set to an empty object so it defaults to a function within karma-webpack + + + # [1.8.0](https://github.com/webpack/karma-webpack/compare/v1.7.0...v1.8.0) (2016-08-07) diff --git a/package.json b/package.json index edb9c86..7444454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-webpack", - "version": "1.8.1", + "version": "2.0.0", "author": "Tobias Koppers @sokra", "description": "Use webpack with karma", "license": "MIT",