Skip to content

Commit 48878eb

Browse files
chore(release): 4.0.2
1 parent 7570912 commit 48878eb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.0.2](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.1...v4.0.2) (2019-06-08)
6+
7+
8+
### Bug Fixes
9+
10+
* don't error when webpackMiddleware config not provided' ([#418](https://github.com/webpack-contrib/karma-webpack/issues/418)) ([7570912](https://github.com/webpack-contrib/karma-webpack/commit/7570912))
11+
12+
13+
514
### [4.0.1](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0...v4.0.1) (2019-06-07)
615

716

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-webpack",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Use webpack with karma",
55
"license": "MIT",
66
"repository": "webpack-contrib/karma-webpack",

0 commit comments

Comments
 (0)