We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e566740 commit 8b6ee3bCopy full SHA for 8b6ee3b
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="1.1.1"></a>
2
+## [1.1.1](https://github.com/karma-runner/karma-coverage/compare/v1.1.0...v1.1.1) (2016-07-23)
3
+
4
5
+### Bug Fixes
6
7
+* remove usage of the deprecated helper._ ([dacf9e9](https://github.com/karma-runner/karma-coverage/commit/dacf9e9))
8
9
10
11
<a name="1.1.0"></a>
12
# [1.1.0](https://github.com/karma-runner/karma-coverage/compare/v0.5.5...v1.1.0) (2016-07-07)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "karma-coverage",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "A Karma plugin. Generate code coverage.",
"main": "lib/index.js",
"scripts": {
0 commit comments