diff --git a/HISTORY.md b/HISTORY.md index 80833d7..5fa84f6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,11 +1,14 @@ -unreleased -========== +1.8.0 / 2025-02-10 +================== + * Use `res.headersSent` when available + * Replace `_implicitHeader` with `writeHead` property * add brotli support for versions of node that support it * Add the enforceEncoding option for requests without `Accept-Encoding` header 1.7.5 / 2024-10-31 -========== +================== + * deps: Replace accepts with negotiator@~0.6.4 - Add preference option * deps: bytes@3.1.2 diff --git a/package.json b/package.json index eb432a0..a898cd5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "compression", "description": "Node.js compression middleware", - "version": "1.7.5", + "version": "1.8.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"