From 255b1d96b53156a71999d948cbc126be6982f906 Mon Sep 17 00:00:00 2001 From: molant Date: Thu, 7 Mar 2019 14:21:56 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20formatter-html=20-=20v3.2.1=20**?= =?UTF-8?q?*NO=5FCI***?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/formatter-html/CHANGELOG.md | 9 +++++++++ packages/formatter-html/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/formatter-html/CHANGELOG.md b/packages/formatter-html/CHANGELOG.md index 67f49f902cf..ceb59515102 100644 --- a/packages/formatter-html/CHANGELOG.md +++ b/packages/formatter-html/CHANGELOG.md @@ -1,3 +1,12 @@ +# 3.2.1 (March 7, 2019) + +## Bug fixes / Improvements + +* [[`022f05a0ef`](https://github.com/webhintio/hint/commit/022f05a0ef4719132fcd7dc5dc7bbf15b3f7d7a2)] - Fix: Color updates and code cleanup (by [`Stephanie `](https://github.com/ststimac) / see also: [`#1993`](https://github.com/webhintio/hint/issues/1993)). +* [[`2cc07c5d1b`](https://github.com/webhintio/hint/commit/2cc07c5d1bc0d4c9884f11ce07ab95689f7656d8)] - Fix: Color audit changes to scan results (by [`Stephanie `](https://github.com/ststimac) / see also: [`#1991`](https://github.com/webhintio/hint/issues/1991)). +* [[`a606adac27`](https://github.com/webhintio/hint/commit/a606adac27ca56607993266a41a0fedcc5298a46)] - Fix: Button cutoff and misc a11y issues (by [`Stephanie `](https://github.com/ststimac) / see also: [`#1985`](https://github.com/webhintio/hint/issues/1985)). + + # 3.2.0 (February 21, 2019) ## Bug fixes / Improvements diff --git a/packages/formatter-html/package.json b/packages/formatter-html/package.json index 3feaa3669fd..b13db241b4b 100644 --- a/packages/formatter-html/package.json +++ b/packages/formatter-html/package.json @@ -76,5 +76,5 @@ "watch:test": "ava --watch", "watch:ts": "npm run build:ts -- --watch" }, - "version": "3.2.0" + "version": "3.2.1" }