Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Mar 19, 2018
1 parent ffa0a9c commit 9ca87d4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.

<a name="4.0.0-beta.0"></a>
# [4.0.0-beta.0](https://github.com/webpack-contrib/karma-webpack/compare/v3.0.0...v4.0.0-beta.0) (2018-03-19)


### Chores

* **package:** update `webpack-dev-middleware` v2.0.6...3.0.1 (`dependencies`) ([ffa0a9c](https://github.com/webpack-contrib/karma-webpack/commit/ffa0a9c))


### Code Refactoring

* **karma-webpack:** upgrade plugin system (`tapable`) ([395eab4](https://github.com/webpack-contrib/karma-webpack/commit/395eab4))


### BREAKING CHANGES

* **package:** requires `webpack >= v4.0.0`
* **karma-webpack:** requires `webpack >= v4.0.0`



<a name="3.0.0"></a>
# [3.0.0](https://github.com/webpack-contrib/karma-webpack/compare/v2.0.13...v3.0.0) (2018-03-19)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-webpack",
"version": "3.0.0",
"version": "4.0.0-beta.0",
"author": "Tobias Koppers @sokra",
"description": "Use webpack with karma",
"license": "MIT",
Expand Down

0 comments on commit 9ca87d4

Please sign in to comment.