This commit is contained in:
Douglas Christopher Wilson
2021-12-16 22:40:49 -05:00
parent eee93a2760
commit ea537d907d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
unreleased
==========
4.17.2 / 2021-12-16
===================
* Fix handling of `undefined` in `res.jsonp`
* Fix handling of `undefined` when `"json escape"` is enabled

View File

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