diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ead2fd..7c7af72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +# [4.0.0-rc.1](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.0...v4.0.0-rc.1) (2018-09-03) + + +### Bug Fixes + +* **karma-webpack:** correctly map `entries` to outputted `assets` (`config.output`) ([#347](https://github.com/webpack-contrib/karma-webpack/issues/347)) ([ab4dde9](https://github.com/webpack-contrib/karma-webpack/commit/ab4dde9)) + + + # [4.0.0-rc.0](https://github.com/webpack-contrib/karma-webpack/compare/v3.0.0...v4.0.0-rc.0) (2018-09-01) diff --git a/package-lock.json b/package-lock.json index 6abd31a..08890e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma-webpack", - "version": "4.0.0-rc.0", + "version": "4.0.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00934e4..f4913fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-webpack", - "version": "4.0.0-rc.0", + "version": "4.0.0-rc.1", "description": "Use webpack with karma", "license": "MIT", "repository": "webpack-contrib/karma-webpack",