diff --git a/HISTORY.md b/HISTORY.md index 686170f..d25f713 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +0.17.0 / 2019-05-03 +=================== * deps: http-errors@~1.7.2 - Set constructor name when possible diff --git a/package.json b/package.json index c2a100c..5d984b6 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.16.2", + "version": "0.17.0", "author": "TJ Holowaychuk ", "contributors": [ "Douglas Christopher Wilson ",