From b3a24df138ea2f2c43afcbee0dcce5badf4c78ae Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 10 Jun 2016 21:08:24 -0400 Subject: [PATCH] 1.11.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 98773ce..0256dbb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.11.1 / 2016-06-10 +=================== * Fix redirect error when `req.url` contains raw non-URL characters * deps: send@0.14.1 diff --git a/package.json b/package.json index a9b404c..59313dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serve-static", "description": "Serve static files", - "version": "1.11.0", + "version": "1.11.1", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-static",