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

Commit b3de106

Browse files
committed
Update changelog, contributors
1 parent bb5b6e1 commit b3de106

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.3</td>
7+
<td>
8+
<ul>
9+
<li>Create new handlebars instance for the HTML report, thanks to @doowb</li>
10+
<li>MetaProperty support thanks to @steve-gray</li>
11+
<li>Use ansi colors from 16-color palette for better console support, thanks to @jtangelder</li>
12+
<li>Misc doc/ css fixes thanks to @pra85, @abejfehr</li>
13+
</ul>
14+
</td>
15+
</tr>
16+
<tr>
617
<td>0.4.2</td>
718
<td>Fix confusing error message on check-coverage failures, thanks to @isaacs/td>
819
</tr>

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@
7979
"Ian Page Hands @iphands <iphands@gmail.com>",
8080
"Eddie Gurnee @pegurnee",
8181
"Kevin Decker @kpdecker <kpdecker@gmail.com>",
82-
"isaacs @isaacs <i@izs.me>"
82+
"isaacs @isaacs <i@izs.me>",
83+
"Steve Gray @steve-gray",
84+
"Prayag Verma @pra85 <prayag.verma@gmail.com>",
85+
"Abe Fehr @abejfehr <abe.fehr@gmail.com>",
86+
"Brian Woodward @doowb <brian.woodward@gmail.com>"
8387
],
8488
"scripts": {
8589
"pretest": "jshint index.js lib/ test/ && ./download-escodegen-browser.sh",

0 commit comments

Comments
 (0)