From f4120a645301366891775d1f03925449239a2cb7 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 25 Sep 2017 01:28:00 -0400 Subject: [PATCH] 5.0.0-alpha.6 --- History.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/History.md b/History.md index 61cab4d730..1bd1cb6c5b 100644 --- a/History.md +++ b/History.md @@ -1,7 +1,8 @@ -5.x -=== +5.0.0-alpha.6 / 2017-09-24 +========================== -This incorporates all changes after 4.15.2 up to 4.15.5. +This is the sixth Express 5.0 alpha release, based off 4.15.5 and includes +changes from 5.0.0-alpha.5. * remove: - `res.redirect(url, status)` signature - use `res.redirect(status, url)` diff --git a/package.json b/package.json index fe756671f1..de1a1dbb00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express", "description": "Fast, unopinionated, minimalist web framework", - "version": "5.0.0-alpha.5", + "version": "5.0.0-alpha.6", "author": "TJ Holowaychuk ", "contributors": [ "Aaron Heckmann ",