From 705657aad6ad60de886d5ab707dba75c043915bf Mon Sep 17 00:00:00 2001 From: molant Date: Fri, 22 Feb 2019 10:39:09 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20configuration-web-recommended=20?= =?UTF-8?q?-=20v6.1.0=20***NO=5FCI***?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/configuration-web-recommended/CHANGELOG.md | 7 +++++++ packages/configuration-web-recommended/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/configuration-web-recommended/CHANGELOG.md b/packages/configuration-web-recommended/CHANGELOG.md index a5a58872caa..d5bdaad8fb6 100644 --- a/packages/configuration-web-recommended/CHANGELOG.md +++ b/packages/configuration-web-recommended/CHANGELOG.md @@ -1,3 +1,10 @@ +# 6.1.0 (February 22, 2019) + +## New features + +* [[`c44cf657ea`](https://github.com/webhintio/hint/commit/c44cf657ea3c59e4bad3091c496c433ff408c23f)] - New: Enable hint-button-type in default configurations (by [`Tony Ross`](https://github.com/antross)). + + # 6.0.0 (February 7, 2019) ## Breaking Changes diff --git a/packages/configuration-web-recommended/package.json b/packages/configuration-web-recommended/package.json index fab91a8a704..e18e7796fdf 100644 --- a/packages/configuration-web-recommended/package.json +++ b/packages/configuration-web-recommended/package.json @@ -64,5 +64,5 @@ "lint": "echo \"Nothing to lint\"", "test-only": "echo \"Nothing to test\"" }, - "version": "6.0.0" + "version": "6.1.0" }