diff --git a/packages/hint-manifest-app-name/CHANGELOG.md b/packages/hint-manifest-app-name/CHANGELOG.md index 3ec8127080a..3e15af99f60 100644 --- a/packages/hint-manifest-app-name/CHANGELOG.md +++ b/packages/hint-manifest-app-name/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2.1.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)). +* [[`c412f9aa7b`](https://github.com/webhintio/hint/commit/c412f9aa7ba99eb7ef6c20b7c496d629530f3ecf)] - Docs: Fix reference links and remove `markdownlint-cli` dependency (#1566) (by [`Antón Molleda`](https://github.com/molant)). + + # 2.1.0 (November 27, 2018) ## New features diff --git a/packages/hint-manifest-app-name/package.json b/packages/hint-manifest-app-name/package.json index 13f74e10afe..21332d239de 100644 --- a/packages/hint-manifest-app-name/package.json +++ b/packages/hint-manifest-app-name/package.json @@ -69,5 +69,5 @@ "watch:test": "ava --watch", "watch:ts": "npm run build:ts -- --watch" }, - "version": "2.1.0" + "version": "2.1.1" }