From 39c0039a5328c9e5b5126d2d2e8d88d6cc0e40b6 Mon Sep 17 00:00:00 2001 From: molant Date: Fri, 22 Feb 2019 08:39:10 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20hint-html-checker=20-=20v3.0.1?= =?UTF-8?q?=20***NO=5FCI***?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/hint-html-checker/CHANGELOG.md | 7 +++++++ packages/hint-html-checker/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/hint-html-checker/CHANGELOG.md b/packages/hint-html-checker/CHANGELOG.md index 7e0cabd4dca..07cdb140b08 100644 --- a/packages/hint-html-checker/CHANGELOG.md +++ b/packages/hint-html-checker/CHANGELOG.md @@ -1,3 +1,10 @@ +# 3.0.1 (February 22, 2019) + +## Bug fixes / Improvements + +* [[`44674e9c44`](https://github.com/webhintio/hint/commit/44674e9c4479cb3f3e3c2e66173437c74481f487)] - Fix: Refactor for file name convention (#1861) (by [`Karan Sapolia`](https://github.com/karansapolia) / see also: [`#1748`](https://github.com/webhintio/hint/issues/1748)). + + # 3.0.0 (January 15, 2019) ## Breaking Changes diff --git a/packages/hint-html-checker/package.json b/packages/hint-html-checker/package.json index 978beaa086a..692c0cacebf 100644 --- a/packages/hint-html-checker/package.json +++ b/packages/hint-html-checker/package.json @@ -69,5 +69,5 @@ "watch:test": "ava --watch", "watch:ts": "npm run build:ts -- --watch" }, - "version": "3.0.0" + "version": "3.0.1" }