Skip to content

Commit c8d9223

Browse files
committed
5.0.0-alpha.3
1 parent 4b39a01 commit c8d9223

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

History.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
5.x
2-
===
1+
5.0.0-alpha.3 / 2017-01-28
2+
==========================
33

4-
This incorporates all changes after 4.13.1 up to 4.14.1.
4+
This is the third Express 5.0 alpha release, based off 4.14.1 and includes
5+
changes from 5.0.0-alpha.2.
56

67
* remove:
78
- `res.json(status, obj)` signature - use `res.status(status).json(obj)`

package.json

Lines changed: 1 addition & 1 deletion
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.2",
4+
"version": "5.0.0-alpha.3",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"contributors": [
77
"Aaron Heckmann <[email protected]>",

0 commit comments

Comments
 (0)