diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed2691..24d2673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.3](https://github.com/webpack/karma-webpack/compare/v2.0.1...v2.0.3) (2017-03-15) + + +### Bug Fixes + +* **readFile:** handle path doesn't exist error ([#208](https://github.com/webpack/karma-webpack/issues/208)) ([907ed72](https://github.com/webpack/karma-webpack/commit/907ed72)) +* don't swallow configuration errors ([#232](https://github.com/webpack/karma-webpack/issues/232)) ([4216f13](https://github.com/webpack/karma-webpack/commit/4216f13)) +* readFile on windows ([#226](https://github.com/webpack/karma-webpack/issues/226)) ([cad9f8b](https://github.com/webpack/karma-webpack/commit/cad9f8b)) + + + ## [2.0.2](https://github.com/webpack/karma-webpack/compare/v2.0.1...v2.0.2) (2017-01-19) diff --git a/package.json b/package.json index 5260eb8..5584afd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-webpack", - "version": "2.0.2", + "version": "2.0.3", "author": "Tobias Koppers @sokra", "description": "Use webpack with karma", "license": "MIT",