Skip to content

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Sep 1, 2018
1 parent c1c0ee2 commit 2309401
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

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.1"></a>
## [3.0.1](https://github.com/webpack-contrib/karma-webpack/compare/v3.0.0...v3.0.1) (2018-09-01)


### Bug Fixes

* **karma-webpack:** allow `filename` and `chunkFilename` to be overridden (`config.output`) ([#336](https://github.com/webpack-contrib/karma-webpack/issues/336)) ([c256d87](https://github.com/webpack-contrib/karma-webpack/commit/c256d87))
* **package:** incorrect `peerDependency` on `webpack >= v4.0.0` (`peerDependencies`) ([c1c0ee2](https://github.com/webpack-contrib/karma-webpack/commit/c1c0ee2))



<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
@@ -1,6 +1,6 @@
{
"name": "karma-webpack",
"version": "3.0.0",
"version": "3.0.1",
"author": "Tobias Koppers @sokra",
"description": "Use webpack with karma",
"license": "MIT",
Expand Down

0 comments on commit 2309401

Please sign in to comment.