diff --git a/HISTORY.md b/HISTORY.md index 6fa736a..7203e4f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.14.1 / 2019-05-10 +=================== * Set stricter CSP header in redirect response * deps: send@0.17.1 diff --git a/package.json b/package.json index 347dbb7..a60c83f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serve-static", "description": "Serve static files", - "version": "1.14.0", + "version": "1.14.1", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-static",