Skip to content

Commit 53df406

Browse files
committed
🚀 hint-http-compression - v4.0.1 ***NO_CI***
1 parent e5f6416 commit 53df406

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

‎packages/hint-http-compression/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 4.0.1 (February 22, 2019)
2+
3+
## Bug fixes / Improvements
4+
5+
* [[`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)).
6+
* [[`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)).
7+
8+
19
# 4.0.0 (January 15, 2019)
210

311
## Breaking Changes

‎packages/hint-http-compression/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@
7171
"watch:test": "ava --watch",
7272
"watch:ts": "npm run build:ts -- --watch"
7373
},
74-
"version": "4.0.0"
74+
"version": "4.0.1"
7575
}

0 commit comments

Comments
 (0)