Skip to content

Commit

Permalink
Update changelog, contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Jun 20, 2016
1 parent f4195bb commit 5642fb4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Changelog

<table>
<tr>
<td>0.4.4</td>
<td>
<ul>
<li>Handle ExportNamedDeclaration, thanks to @VictoryStick</li>
<li>Use tmpdir setting in temp store, thanks to @inversion</li>
<li>Set "medium" coverage CSS color scheme to yellow, thanks to @JamesMGreene</li>
<li>use os.tmpdir() instead of os.tmpDir(), thanks to @ChALkeR</li>
</ul>
</td>
</tr>
<tr>
<td>0.4.3</td>
<td>
<ul>
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@
"Steve Gray @steve-gray",
"Prayag Verma @pra85 <prayag.verma@gmail.com>",
"Abe Fehr @abejfehr <abe.fehr@gmail.com>",
"Brian Woodward @doowb <brian.woodward@gmail.com>"
"Brian Woodward @doowb <brian.woodward@gmail.com>",
"@Victorystick",
"@inversion",
"@JamesMGreene",
"@ChALkeR"
],
"scripts": {
"pretest": "jshint index.js lib/ test/ && ./download-escodegen-browser.sh",
Expand Down

0 comments on commit 5642fb4

Please sign in to comment.