Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit 5642fb4

Browse files
committed
Update changelog, contributors
1 parent f4195bb commit 5642fb4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ Changelog
33

44
<table>
55
<tr>
6+
<td>0.4.4</td>
7+
<td>
8+
<ul>
9+
<li>Handle ExportNamedDeclaration, thanks to @VictoryStick</li>
10+
<li>Use tmpdir setting in temp store, thanks to @inversion</li>
11+
<li>Set "medium" coverage CSS color scheme to yellow, thanks to @JamesMGreene</li>
12+
<li>use os.tmpdir() instead of os.tmpDir(), thanks to @ChALkeR</li>
13+
</ul>
14+
</td>
15+
</tr>
16+
<tr>
617
<td>0.4.3</td>
718
<td>
819
<ul>

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@
8383
"Steve Gray @steve-gray",
8484
"Prayag Verma @pra85 <prayag.verma@gmail.com>",
8585
"Abe Fehr @abejfehr <abe.fehr@gmail.com>",
86-
"Brian Woodward @doowb <brian.woodward@gmail.com>"
86+
"Brian Woodward @doowb <brian.woodward@gmail.com>",
87+
"@Victorystick",
88+
"@inversion",
89+
"@JamesMGreene",
90+
"@ChALkeR"
8791
],
8892
"scripts": {
8993
"pretest": "jshint index.js lib/ test/ && ./download-escodegen-browser.sh",

0 commit comments

Comments
 (0)