Skip to content

Commit

Permalink
update changelog, contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Aug 21, 2016
1 parent da79378 commit 7efe4dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog

<table>
<tr>
<td>0.4.5</td>
<td>
<ul>
<li>log filename when file fails to parse using esprima, thanks to @djorg83</li>
<li>swap fileset for glob (security fix), thanks to @popomore and @graingert</li>
</ul>
</td>
</tr>
<tr>
<td>0.4.4</td>
<td>
<ul>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"@Victorystick",
"@inversion",
"@JamesMGreene",
"@ChALkeR"
"@ChALkeR",
"@graingert"
],
"scripts": {
"pretest": "jshint index.js lib/ test/ && ./download-escodegen-browser.sh",
Expand Down

0 comments on commit 7efe4dc

Please sign in to comment.