diff --git a/HISTORY.md b/HISTORY.md index 9fd925f..a739774 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +0.18.0 / 2022-03-23 +=================== * Fix emitted 416 error missing headers property * Limit the headers removed for 304 response diff --git a/package.json b/package.json index 124f111..7f269d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "send", "description": "Better streaming static file server with Range and conditional-GET support", - "version": "0.17.2", + "version": "0.18.0", "author": "TJ Holowaychuk ", "contributors": [ "Douglas Christopher Wilson ",