From 0155062394c13ec3facbd31e287f596a345b873e Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Fri, 7 Jun 2019 20:23:55 +0300 Subject: [PATCH] chore(release): 4.0.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5665ff..6c2cfa78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.1](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0...v4.0.1) (2019-06-07) + + +### Bug Fixes + +* **package:** point to dist instead of lib ([#417](https://github.com/webpack-contrib/karma-webpack/issues/417)) ([c0a0d47](https://github.com/webpack-contrib/karma-webpack/commit/c0a0d47)) + + + ## [4.0.0](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.6...v4.0.0) (2019-06-07) diff --git a/package-lock.json b/package-lock.json index d76c5e89..ff3a1ffe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma-webpack", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 94f32f01..3759c912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-webpack", - "version": "4.0.0", + "version": "4.0.1", "description": "Use webpack with karma", "license": "MIT", "repository": "webpack-contrib/karma-webpack",