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" }