diff --git a/packages/hint/CHANGELOG.md b/packages/hint/CHANGELOG.md index dee46ab880d..fc76b9d9ccc 100644 --- a/packages/hint/CHANGELOG.md +++ b/packages/hint/CHANGELOG.md @@ -1,3 +1,10 @@ +# 4.5.0 (March 7, 2019) + +## New features + +* [[`8bed0b0ddb`](https://github.com/webhintio/hint/commit/8bed0b0ddbdd0ab72e321f2a8f9f55a0231bb982)] - New: Expose `ignoredUrls` in `HintContext` (by [`Jesus David GarcĂ­a Gomez`](https://github.com/sarvaje)). + + # 4.4.1 (February 21, 2019) ## Bug fixes / Improvements diff --git a/packages/hint/package.json b/packages/hint/package.json index d61c789e62d..a860a433f92 100644 --- a/packages/hint/package.json +++ b/packages/hint/package.json @@ -120,5 +120,5 @@ "watch:test": "ava --watch", "watch:ts": "npm run build:ts -- --watch" }, - "version": "4.4.1" + "version": "4.5.0" }