From 1e18c059e94879ededcea3d58f52eec6791560ee Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 20 Jan 2015 10:53:19 -0500 Subject: [PATCH] Release 0.11.1 --- History.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index adf5f6b..697a028 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ -unreleased -========== +0.11.1 / 2015-01-20 +=================== * Fix `root` path disclosure diff --git a/package.json b/package.json index 304914e..24553cf 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.11.0", + "version": "0.11.1", "author": "TJ Holowaychuk ", "contributors": [ "Douglas Christopher Wilson "