Skip to content

Commit

Permalink
chore: release v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 7, 2016
1 parent f385a5d commit aafab9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="0.5.5"></a>
## [0.5.5](https://github.com/karma-runner/karma-coverage/compare/v0.5.4...v0.5.5) (2016-03-07)


### Bug Fixes

* **in-memory-reporter:** Fix bug in new InMemoryReport, now using null-checks ([051cffd](https://github.com/karma-runner/karma-coverage/commit/051cffd))



<a name="0.5.4"></a>
## [0.5.4](https://github.com/karma-runner/karma-coverage/compare/v0.5.3...v0.5.4) (2016-03-03)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "karma-coverage",
"version": "0.5.4",
"version": "0.5.5",
"description": "A Karma plugin. Generate code coverage.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit aafab9d

Please sign in to comment.