This commit is contained in:
Douglas Christopher Wilson
2015-01-04 19:33:31 -05:00
parent d842647217
commit ff5e96c88b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
unreleased
==========
4.10.7 / 2015-01-04
===================
* Fix `Allow` header for `OPTIONS` to not contain duplicate methods
* Fix incorrect "Request aborted" for `res.sendFile` when `HEAD` or 304

View File

@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Fast, unopinionated, minimalist web framework",
"version": "4.10.6",
"version": "4.10.7",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
"Aaron Heckmann <aaron.heckmann+github@gmail.com>",