mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
5.0.0-alpha.6
This commit is contained in:
parent
19c8d64855
commit
f4120a6453
|
|
@ -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)`
|
||||
|
|
|
|||
|
|
@ -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>",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user