Skip to content

Commit 9138b13

Browse files
chore(release): 4.0.0
1 parent 74e526f commit 9138b13

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1-
# Change Log
1+
# Changelog
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.0](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.6...v4.0.0) (2019-06-07)
6+
7+
8+
### Bug Fixes
9+
10+
* **karma-webpack:** Regression in multi-compiler mode ([#390](https://github.com/webpack-contrib/karma-webpack/issues/390)) ([#391](https://github.com/webpack-contrib/karma-webpack/issues/391)) ([63cfd78](https://github.com/webpack-contrib/karma-webpack/commit/63cfd78))
11+
12+
13+
### chore
14+
15+
* **default:** update ([#412](https://github.com/webpack-contrib/karma-webpack/issues/412)) ([74e526f](https://github.com/webpack-contrib/karma-webpack/commit/74e526f))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* **default:** minimum required nodejs version is 8.9
21+
22+
23+
524
<a name="4.0.0-rc.6"></a>
625
# [4.0.0-rc.6](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.5...v4.0.0-rc.6) (2019-01-31)
726

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-webpack",
3-
"version": "4.0.0-rc.6",
3+
"version": "4.0.0",
44
"description": "Use webpack with karma",
55
"license": "MIT",
66
"repository": "webpack-contrib/karma-webpack",

0 commit comments

Comments
 (0)