Skip to content

Commit

Permalink
Update changelog, version, contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Mar 4, 2015
1 parent bc7101c commit 1242e83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@ Changelog

<table>
<tr>
<td>v0.3.7</td>
<td>
Fix asset paths on windows, thanks to @juangabreil
</td>
</tr>
<tr>
<td>v0.3.6</td>
<td>
<ul>
Expand Down
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "istanbul",
"version": "0.3.6",
"version": "0.3.7",
"description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale",
"keywords": [ "coverage", "code coverage", "JS code coverage", "JS coverage" ],
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
Expand Down Expand Up @@ -47,7 +47,8 @@
"Mathieu Naouache @math-nao <math.nao@outlook.com>",
"Ron Korving @ronkorving",
"Rob McGuire-Dale @robatron <rob.mcguiredale@gmail.com>",
"Justin Johnson @booleangate"
"Justin Johnson @booleangate",
"Juan Gabriel Jiménez @juangabreil <juangabreil@gmail.com>"
],
"scripts": {
"pretest": "jshint index.js lib/ test/",
Expand Down

0 comments on commit 1242e83

Please sign in to comment.