diff --git a/HISTORY.md b/HISTORY.md index f36a9d8..ca49cd1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.11.0 / 2016-06-07 +=================== * Use status code 301 for redirects * deps: send@0.14.0 diff --git a/package.json b/package.json index c553296..8c078a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serve-static", "description": "Serve static files", - "version": "1.10.3", + "version": "1.11.0", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-static",