This commit is contained in:
Douglas Christopher Wilson 2018-10-10 23:50:45 -04:00
parent 62a59b6ace
commit dc538f6e81
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
unreleased
==========
4.16.4 / 2018-10-10
===================
* Fix issue where `"Request aborted"` may be logged in `res.sendfile`
* Fix JSDoc for `Router` constructor

View File

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