Skip to content

Commit f4120a6

Browse files
committed
5.0.0-alpha.6
1 parent 19c8d64 commit f4120a6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

History.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
5.x
2-
===
1+
5.0.0-alpha.6 / 2017-09-24
2+
==========================
33

4-
This incorporates all changes after 4.15.2 up to 4.15.5.
4+
This is the sixth Express 5.0 alpha release, based off 4.15.5 and includes
5+
changes from 5.0.0-alpha.5.
56

67
* remove:
78
- `res.redirect(url, status)` signature - use `res.redirect(status, url)`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "express",
33
"description": "Fast, unopinionated, minimalist web framework",
4-
"version": "5.0.0-alpha.5",
4+
"version": "5.0.0-alpha.6",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"contributors": [
77
"Aaron Heckmann <[email protected]>",

0 commit comments

Comments
 (0)