diff --git a/packages/hint-http-compression/CHANGELOG.md b/packages/hint-http-compression/CHANGELOG.md index 6b2ec0c237d..135c6f99502 100644 --- a/packages/hint-http-compression/CHANGELOG.md +++ b/packages/hint-http-compression/CHANGELOG.md @@ -1,3 +1,11 @@ +# 4.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)). +* [[`f8932574cb`](https://github.com/webhintio/hint/commit/f8932574cbc8095b6913be43982b84a1fa4ff2e9)] - Docs: Add more information related to the `Accept-Encoding` header (by [`Cătălin Mariș`](https://github.com/alrra) / see also: [`#1493`](https://github.com/webhintio/hint/issues/1493)). + + # 4.0.0 (January 15, 2019) ## Breaking Changes diff --git a/packages/hint-http-compression/package.json b/packages/hint-http-compression/package.json index 2b47c8f51e8..a429122a79e 100644 --- a/packages/hint-http-compression/package.json +++ b/packages/hint-http-compression/package.json @@ -71,5 +71,5 @@ "watch:test": "ava --watch", "watch:ts": "npm run build:ts -- --watch" }, - "version": "4.0.0" + "version": "4.0.1" }