Skip to content

Commit 2e2ca3f

Browse files
author
Ryan Clark
committed
chore(release): 5.0.0-alpha.4
1 parent 4fe1f60 commit 2e2ca3f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
# [5.0.0-alpha.4](https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0-alpha.3.0...v5.0.0-alpha.4) (2020-12-06)
6+
7+
8+
### Bug Fixes
9+
10+
* fix compatibility issues for webpack v5 ([8d7366f](https://github.com/ryanclark/karma-webpack/commit/8d7366f3cb747a9493c9f5542b9cb0317ac32d9e)), closes [#452](https://github.com/ryanclark/karma-webpack/issues/452)
11+
* remove deprecation warning for `.watch()` ([4fe1f60](https://github.com/ryanclark/karma-webpack/commit/4fe1f6093fc6ff25503f1422123b2b3944a4145a))
12+
513
# [5.0.0-alpha.3.0](https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0-alpha.2...v5.0.0-alpha.3.0) (2019-03-07)
614

715

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": "5.0.0-alpha.3.0",
3+
"version": "5.0.0-alpha.4",
44
"description": "Use webpack with karma",
55
"license": "MIT",
66
"repository": "webpack-contrib/karma-webpack",

0 commit comments

Comments
 (0)