From 09a706339406520e33ef0639f7a669eda7dfa616 Mon Sep 17 00:00:00 2001 From: molant Date: Thu, 21 Feb 2019 16:15:13 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20hint-button-type=20-=20v2.0.1=20?= =?UTF-8?q?***NO=5FCI***?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/hint-button-type/CHANGELOG.md | 8 ++++++++ packages/hint-button-type/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/hint-button-type/CHANGELOG.md b/packages/hint-button-type/CHANGELOG.md index 1fef35a34b9..e13ccf45d94 100644 --- a/packages/hint-button-type/CHANGELOG.md +++ b/packages/hint-button-type/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2.0.1 (February 21, 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)). +* [[`c69660a501`](https://github.com/webhintio/hint/commit/c69660a501902fbd5cbd30139e4d70c40fd4d4cf)] - Docs: Update hint-button-type friendly name (by [`Tony Ross`](https://github.com/antross)). + + # 2.0.0 (February 7, 2019) ## Breaking Changes diff --git a/packages/hint-button-type/package.json b/packages/hint-button-type/package.json index 054a94afc54..334f8cac01a 100644 --- a/packages/hint-button-type/package.json +++ b/packages/hint-button-type/package.json @@ -65,5 +65,5 @@ "watch:test": "ava --watch", "watch:ts": "npm run build:ts -- --watch" }, - "version": "2.0.0" + "version": "2.0.1" }