From fd5d1e8d9eb4ab7108c5155d9973b5f69519cc77 Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Sun, 8 Oct 2017 18:53:33 -0500 Subject: [PATCH] chore(release): 2.0.5 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d904664c..320598d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +## [2.0.5](https://github.com/webpack/karma-webpack/compare/v2.0.4...v2.0.5) (2017-10-08) + + +### Bug Fixes + +* pass on error to callback for better error messages ([#262](https://github.com/webpack/karma-webpack/issues/262)) ([466581f](https://github.com/webpack/karma-webpack/commit/466581f)) +* use `file.originalPath` instead of `file.path` ([#218](https://github.com/webpack/karma-webpack/issues/218)) ([0d075b0](https://github.com/webpack/karma-webpack/commit/0d075b0)) + + + ## [2.0.4](https://github.com/webpack/karma-webpack/compare/v2.0.3...v2.0.4) (2017-07-07) diff --git a/package.json b/package.json index ea8d500e..5ea4aba4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-webpack", - "version": "2.0.4", + "version": "2.0.5", "author": "Tobias Koppers @sokra", "description": "Use webpack with karma", "license": "MIT",