diff --git a/HISTORY.md b/HISTORY.md index 887476ca..28014830 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.4.0 / 2014-10-03 +================== * Add `dir` argument to `filter` function * Support using tokens multiple times diff --git a/package.json b/package.json index 8ef31b78..e2af38b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serve-index", "description": "Serve directory listings", - "version": "1.3.1", + "version": "1.4.0", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-index",