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

Commit 7efe4dc

Browse files
committed
update changelog, contributors
1 parent da79378 commit 7efe4dc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Changelog
33

44
<table>
55
<tr>
6+
<td>0.4.5</td>
7+
<td>
8+
<ul>
9+
<li>log filename when file fails to parse using esprima, thanks to @djorg83</li>
10+
<li>swap fileset for glob (security fix), thanks to @popomore and @graingert</li>
11+
</ul>
12+
</td>
13+
</tr>
14+
<tr>
615
<td>0.4.4</td>
716
<td>
817
<ul>

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
"@Victorystick",
8888
"@inversion",
8989
"@JamesMGreene",
90-
"@ChALkeR"
90+
"@ChALkeR",
91+
"@graingert"
9192
],
9293
"scripts": {
9394
"pretest": "jshint index.js lib/ test/ && ./download-escodegen-browser.sh",

0 commit comments

Comments
 (0)