Skip to content

Commit

Permalink
Up version, changelog, contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Aug 30, 2015
1 parent a77029b commit 89dd664
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog

<table>
<tr>
<td>v0.3.19</td>
<td>Fix instrumenter for multiple blank array positions, thanks @alexdunphy</td>
</tr>
<tr>
<tr>
<td>v0.3.18</td>
<td>Upgrade esprima, get support for more ES6 features</td>
</tr>
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "istanbul",
"version": "0.3.18",
"version": "0.3.19",
"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",
Expand Down Expand Up @@ -66,7 +66,8 @@
"Mordy Tikotzky <[email protected]>",
"Haoliang Gao @popomore <[email protected]>",
"Roderick Hsiao @roderickhsiao",
"Nikita Gusakov @nkt"
"Nikita Gusakov @nkt",
"Alex Dunphy @alexdunphy <[email protected]>"
],
"scripts": {
"pretest": "jshint index.js lib/ test/ && ./download-escodegen-browser.sh",
Expand Down

0 comments on commit 89dd664

Please sign in to comment.