Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Mar 19, 2018
1 parent 0c78eaf commit 1ac16ea
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 29 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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


### Chores

* **package:** update `webpack-dev-middleware` v1.12.0...2.0.6 (`dependencies`) ([#318](https://github.com/webpack-contrib/karma-webpack/issues/318)) ([0c78eaf](https://github.com/webpack-contrib/karma-webpack/commit/0c78eaf))


### BREAKING CHANGES

* **package:** requires `webpack >= v2.0.0`
* **package:** requires `node >= 6.9.0`



<a name="2.0.13"></a>
## [2.0.13](https://github.com/webpack-contrib/karma-webpack/compare/v2.0.12...v2.0.13) (2018-02-27)

Expand Down
136 changes: 108 additions & 28 deletions 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": "2.0.13",
"version": "3.0.0",
"author": "Tobias Koppers @sokra",
"description": "Use webpack with karma",
"license": "MIT",
Expand Down

0 comments on commit 1ac16ea

Please sign in to comment.