5.0.0-alpha.6

This commit is contained in:
Douglas Christopher Wilson 2017-09-25 01:28:00 -04:00
parent 19c8d64855
commit f4120a6453
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,8 @@
5.x
===
5.0.0-alpha.6 / 2017-09-24
==========================
This incorporates all changes after 4.15.2 up to 4.15.5.
This is the sixth Express 5.0 alpha release, based off 4.15.5 and includes
changes from 5.0.0-alpha.5.
* remove:
- `res.redirect(url, status)` signature - use `res.redirect(status, url)`

View File

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