From b3de10678e453a602981bc4be491a674c6df57e7 Mon Sep 17 00:00:00 2001 From: gotwarlost Date: Wed, 6 Apr 2016 09:41:07 -0700 Subject: [PATCH] Update changelog, contributors --- CHANGELOG.md | 11 +++++++++++ package.json | 6 +++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85be7797..638d60d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ Changelog + + + + diff --git a/package.json b/package.json index 92049569..7d2c68d4 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,11 @@ "Ian Page Hands @iphands ", "Eddie Gurnee @pegurnee", "Kevin Decker @kpdecker ", - "isaacs @isaacs " + "isaacs @isaacs ", + "Steve Gray @steve-gray", + "Prayag Verma @pra85 ", + "Abe Fehr @abejfehr ", + "Brian Woodward @doowb " ], "scripts": { "pretest": "jshint index.js lib/ test/ && ./download-escodegen-browser.sh",
0.4.3 +
    +
  • Create new handlebars instance for the HTML report, thanks to @doowb
  • +
  • MetaProperty support thanks to @steve-gray
  • +
  • Use ansi colors from 16-color palette for better console support, thanks to @jtangelder
  • +
  • Misc doc/ css fixes thanks to @pra85, @abejfehr
  • +
+
0.4.2 Fix confusing error message on check-coverage failures, thanks to @isaacs/td>