From 11cb4fb2af12271bade16915066be47cbc2e85d7 Mon Sep 17 00:00:00 2001 From: Matthieu Foucault Date: Thu, 31 Jan 2019 07:53:59 -0800 Subject: [PATCH] chore(release): 4.0.0-rc.6 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5328db..1cc60c9 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.6](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.5...v4.0.0-rc.6) (2019-01-31) + + +### Bug Fixes + +* **karma-webpack:** Override `output.filename` with '[name].js' ([#381](https://github.com/webpack-contrib/karma-webpack/issues/381)) ([2f47250](https://github.com/webpack-contrib/karma-webpack/commit/2f47250)), closes [#322](https://github.com/webpack-contrib/karma-webpack/issues/322) + + + # [4.0.0-rc.5](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.4...v4.0.0-rc.5) (2018-11-30) diff --git a/package-lock.json b/package-lock.json index 6930cf6..3c1bf78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma-webpack", - "version": "4.0.0-rc.5", + "version": "4.0.0-rc.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cf94332..c342ed0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-webpack", - "version": "4.0.0-rc.5", + "version": "4.0.0-rc.6", "description": "Use webpack with karma", "license": "MIT", "repository": "webpack-contrib/karma-webpack",