diff --git a/HISTORY.md b/HISTORY.md index 4fc26c5..bb391c2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.7.0 / 2015-06-15 +================== * Accept `function` value for `template` option * Send non-chunked response for `OPTIONS` diff --git a/package.json b/package.json index 19eae00..5f20eea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serve-index", "description": "Serve directory listings", - "version": "1.6.4", + "version": "1.7.0", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-index",