diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aae305a..86889b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ Changelog + + + +
0.4.5 +
    +
  • log filename when file fails to parse using esprima, thanks to @djorg83
  • +
  • swap fileset for glob (security fix), thanks to @popomore and @graingert
  • +
+
0.4.4
    diff --git a/package.json b/package.json index 0d5661ac..8303691d 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,8 @@ "@Victorystick", "@inversion", "@JamesMGreene", - "@ChALkeR" + "@ChALkeR", + "@graingert" ], "scripts": { "pretest": "jshint index.js lib/ test/ && ./download-escodegen-browser.sh",