Skip to content

Commit 070bba3

Browse files
committed
chore: release v1.1.2
1 parent 9319dfb commit 070bba3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="1.1.2"></a>
2+
## [1.1.2](https://github.com/karma-runner/karma-coverage/compare/v1.1.1...v1.1.2) (2018-05-03)
3+
4+
5+
### Bug Fixes
6+
7+
* **build:** Update to lodash 4 ([d6d21d2](https://github.com/karma-runner/karma-coverage/commit/d6d21d2)), closes [#242](https://github.com/karma-runner/karma-coverage/issues/242)
8+
* **reporter:** replace colons in the output path ([3b2bffa](https://github.com/karma-runner/karma-coverage/commit/3b2bffa))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* **reporter:** the output folder names change, they no longer contain `:`
14+
15+
16+
117
<a name="1.1.1"></a>
218
## [1.1.1](https://github.com/karma-runner/karma-coverage/compare/v1.1.0...v1.1.1) (2016-07-23)
319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-coverage",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A Karma plugin. Generate code coverage.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)