From 61507649aa6ce7473ca5537fbadd9c7b7a8cac9d Mon Sep 17 00:00:00 2001 From: molant Date: Thu, 21 Feb 2019 15:47:31 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20formatter-html=20-=20v3.2.0=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 | 11 +++++++++++ packages/formatter-html/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/formatter-html/CHANGELOG.md b/packages/formatter-html/CHANGELOG.md index d4b4af406d9..67f49f902cf 100644 --- a/packages/formatter-html/CHANGELOG.md +++ b/packages/formatter-html/CHANGELOG.md @@ -1,3 +1,14 @@ +# 3.2.0 (February 21, 2019) + +## Bug fixes / Improvements + +* [[`1de5a33208`](https://github.com/webhintio/hint/commit/1de5a332084958bb31b908effc660fe0051dd924)] - Fix: HTML Formatter print styles (by [`Stephanie `](https://github.com/ststimac) / see also: [`#1937`](https://github.com/webhintio/hint/issues/1937)). + +## New features + +* [[`e81fc37b13`](https://github.com/webhintio/hint/commit/e81fc37b13257ece24ce7beb1447103f8fccaf08)] - New: Print report output directory (by [`Antón Molleda`](https://github.com/molant) / see also: [`#1945`](https://github.com/webhintio/hint/issues/1945)). + + # 3.1.0 (February 7, 2019) ## New features diff --git a/packages/formatter-html/package.json b/packages/formatter-html/package.json index ec433e029a8..3b3c0d52d4b 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.1.0" + "version": "3.2.0" }