From 0ef8f0cb8d8f3875f034d04d16db37a85f6150d8 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 3 May 2019 16:47:47 -0400 Subject: [PATCH] 0.17.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ",