diff --git a/HISTORY.md b/HISTORY.md index d9f6e64..72ac292 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -2.x -=== +2.0.0-alpha.1 / 2018-07-27 +========================== * Add basic support for returned, rejected Promises - Rejected Promises from middleware functions `next(error)` diff --git a/package.json b/package.json index cdf0348..41328ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "router", "description": "Simple middleware-style router", - "version": "1.3.3", + "version": "2.0.0-alpha.1", "author": "Douglas Christopher Wilson ", "contributors": [ "Blake Embrey "