Skip to content

Commit 5f0c829

Browse files
committed
5.0.0-alpha.7
1 parent c82fa19 commit 5f0c829

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

History.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
5.x
2-
===
1+
5.0.0-alpha.7 / 2018-10-26
2+
==========================
3+
4+
This is the seventh Express 5.0 alpha release, based off 4.16.4 and includes
5+
changes from 5.0.0-alpha.6.
36

4-
This incorporates all changes after 4.15.5 up to 4.16.4.
7+
The major change with this alpha is the basic support for returned, rejected
8+
Promises in the router.
59

610
* remove:
711
- `path-to-regexp` dependency

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.6",
4+
"version": "5.0.0-alpha.7",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"contributors": [
77
"Aaron Heckmann <[email protected]>",

0 commit comments

Comments
 (0)