From f6f76136aa967f917886730c57efd4c9d3bc12f7 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 29 Sep 2017 15:50:17 -0400 Subject: [PATCH] 1.13.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9eabd28..d41d5f5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.13.1 / 2017-09-29 +=================== * Fix regression when `root` is incorrectly set to a file * deps: send@0.16.1 diff --git a/package.json b/package.json index 833b974..958dda0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serve-static", "description": "Serve static files", - "version": "1.13.0", + "version": "1.13.1", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-static",