Skip to content

Commit

Permalink
5.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 29, 2017
1 parent 4b39a01 commit c8d9223
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
5.x
===
5.0.0-alpha.3 / 2017-01-28
==========================

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

* remove:
- `res.json(status, obj)` signature - use `res.status(status).json(obj)`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Fast, unopinionated, minimalist web framework",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
"Aaron Heckmann <aaron.heckmann+github@gmail.com>",
Expand Down

0 comments on commit c8d9223

Please sign in to comment.