Skip to content

Commit ac7fe8b

Browse files
chore(release): 5.0.0-alpha.1
1 parent 1696bfd commit ac7fe8b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
<a name="5.0.0-alpha.1"></a>
6+
# [5.0.0-alpha.1](https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-01-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **karma-webpack:** add dynamic imports to main bundle ([#384](https://github.com/webpack-contrib/karma-webpack/issues/384)) ([288a8c2](https://github.com/webpack-contrib/karma-webpack/commit/288a8c2))
12+
* **karma-webpack:** disable karma watch; use webpack watch only ([#386](https://github.com/webpack-contrib/karma-webpack/issues/386)) ([1696bfd](https://github.com/webpack-contrib/karma-webpack/commit/1696bfd))
13+
14+
15+
516
<a name="5.0.0-alpha.0"></a>
617
# [5.0.0-alpha.0](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.5...v5.0.0-alpha.0) (2018-12-13)
718

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

0 commit comments

Comments
 (0)