From e207fe59ea82502f1fad3ae76305e1812c2e988a Mon Sep 17 00:00:00 2001 From: Matthieu Foucault Date: Fri, 30 Nov 2018 10:17:41 -0800 Subject: [PATCH] chore(release): 4.0.0-rc.5 --- 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 8a0af12..e5328db 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.5](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.4...v4.0.0-rc.5) (2018-11-30) + + +### Bug Fixes + +* **karma-webpack:** Do not unify "colors" property if webpack "stats" is a string ([#376](https://github.com/webpack-contrib/karma-webpack/issues/376)) ([840dea2](https://github.com/webpack-contrib/karma-webpack/commit/840dea2)), closes [#375](https://github.com/webpack-contrib/karma-webpack/issues/375) + + + # [4.0.0-rc.4](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.3...v4.0.0-rc.4) (2018-11-28) diff --git a/package-lock.json b/package-lock.json index e858c04..89a1da9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma-webpack", - "version": "4.0.0-rc.4", + "version": "4.0.0-rc.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d6ac533..cf94332 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-webpack", - "version": "4.0.0-rc.4", + "version": "4.0.0-rc.5", "description": "Use webpack with karma", "license": "MIT", "repository": "webpack-contrib/karma-webpack",