diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85be7797..638d60d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,17 @@ Changelog
+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>
|
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",