diff --git a/packages/hint-meta-charset-utf-8/CHANGELOG.md b/packages/hint-meta-charset-utf-8/CHANGELOG.md index 704a84c5eaa..b28a8ef78b6 100644 --- a/packages/hint-meta-charset-utf-8/CHANGELOG.md +++ b/packages/hint-meta-charset-utf-8/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-meta-charset-utf-8/package.json b/packages/hint-meta-charset-utf-8/package.json index 1a5e04cfef2..9d8c160acea 100644 --- a/packages/hint-meta-charset-utf-8/package.json +++ b/packages/hint-meta-charset-utf-8/package.json @@ -68,5 +68,5 @@ "watch:test": "ava --watch", "watch:ts": "npm run build:ts -- --watch" }, - "version": "3.0.0" + "version": "3.0.1" }