From aec36c897a33c6c2421fa41cc4947042d67332f6 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 19 Jan 2016 23:59:50 -0500 Subject: [PATCH] 1.10.2 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8a3f9ce..da30741 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.10.2 / 2016-01-19 +=================== * deps: parseurl@~1.3.1 - perf: enable strict mode diff --git a/package.json b/package.json index 4f796d5..bea8921 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serve-static", "description": "Serve static files", - "version": "1.10.1", + "version": "1.10.2", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-static",