diff --git a/packages/formatter-html/CHANGELOG.md b/packages/formatter-html/CHANGELOG.md index baceeea8c2e..d4b4af406d9 100644 --- a/packages/formatter-html/CHANGELOG.md +++ b/packages/formatter-html/CHANGELOG.md @@ -1,3 +1,10 @@ +# 3.1.0 (February 7, 2019) + +## New features + +* [[`fac28bc0be`](https://github.com/webhintio/hint/commit/fac28bc0bec87a81472f6810ef6764d2ab16a069)] - New: Add category `pitfalls` (by [`Stephanie`](https://github.com/ststimac)). + + # 3.0.1 (January 16, 2019) ## Bug fixes / Improvements diff --git a/packages/formatter-html/package.json b/packages/formatter-html/package.json index 193d7b3277c..c38c8012f86 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.0.1" + "version": "3.1.0" }