diff --git a/packages/hint-highest-available-document-mode/CHANGELOG.md b/packages/hint-highest-available-document-mode/CHANGELOG.md index 3067a074165..10d49b43b8f 100644 --- a/packages/hint-highest-available-document-mode/CHANGELOG.md +++ b/packages/hint-highest-available-document-mode/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-highest-available-document-mode/package.json b/packages/hint-highest-available-document-mode/package.json index f1c5fab8a10..add3bf35332 100644 --- a/packages/hint-highest-available-document-mode/package.json +++ b/packages/hint-highest-available-document-mode/package.json @@ -64,5 +64,5 @@ "watch:test": "ava --watch", "watch:ts": "npm run build:ts -- --watch" }, - "version": "3.0.0" + "version": "3.0.1" }