From c2206a287de655245105dfd07d7fa70f5ae320af Mon Sep 17 00:00:00 2001 From: jongleberry Date: Thu, 22 Oct 2015 16:37:49 -0700 Subject: [PATCH] 2.0.0-alpha.1 --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 997a969..5b2567a 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +2.0.0-alpha.1 / 2015-10-22 +================== + + * drop node < 4 support and rewrite the codebase in ES6 + * change the middleware signature to `async (ctx, next) => await next()` + 1.1.0 / 2015-10-11 ================== diff --git a/package.json b/package.json index 1d19023..78867fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "1.1.0", + "version": "2.0.0-alpha.1", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {