From 8cce88d079c19cb8ace548f60bd216622de993e1 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 17 Feb 2015 13:56:58 -0500 Subject: [PATCH] 1.9.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7ea8e56..dc2d2fe 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.9.1 / 2015-02-17 +================== * deps: send@0.12.1 - Fix regression sending zero-length files diff --git a/package.json b/package.json index 9de41ea..6bea932 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serve-static", "description": "Serve static files", - "version": "1.9.0", + "version": "1.9.1", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-static",