diff --git a/History.md b/History.md index 7f522d1a73..54dafd3b02 100644 --- a/History.md +++ b/History.md @@ -1,7 +1,8 @@ -5.x -=== +5.0.0-alpha.4 / 2017-03-01 +========================== -This incorporates all changes after 4.14.1 up to 4.15.0. +This is the fourth Express 5.0 alpha release, based off 4.15.0 and includes +changes from 5.0.0-alpha.3. * remove: - Remove Express 3.x middleware error stubs diff --git a/package.json b/package.json index 56a58c8e8d..60abd540ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express", "description": "Fast, unopinionated, minimalist web framework", - "version": "5.0.0-alpha.3", + "version": "5.0.0-alpha.4", "author": "TJ Holowaychuk ", "contributors": [ "Aaron Heckmann ",