Skip to content

Commit 7f2724f

Browse files
committed
chore(release): 2.0.2
1 parent 907ed72 commit 7f2724f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Change Log
2+
3+
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+
5+
<a name="2.0.2"></a>
6+
## [2.0.2](https://github.com/webpack/karma-webpack/compare/v2.0.1...v2.0.2) (2017-01-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
115
<a name="2.0.1"></a>
216
## [2.0.1](https://github.com/webpack/karma-webpack/compare/v2.0.0...v2.0.1) (2017-01-11)
317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-webpack",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"author": "Tobias Koppers @sokra",
55
"description": "Use webpack with karma",
66
"license": "MIT",

0 commit comments

Comments
 (0)