This commit is contained in:
Douglas Christopher Wilson
2015-02-01 15:39:08 -05:00
parent 13c07237fe
commit 63ab25579b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
unreleased
==========
4.11.2 / 2015-02-01
===================
* Fix `res.redirect` double-calling `res.end` for `HEAD` requests
* deps: accepts@~1.2.3

View File

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