From e4c0a5342104443306e10e47fc7e16b20792b56a Mon Sep 17 00:00:00 2001 From: dead_horse Date: Mon, 29 Aug 2016 11:25:30 +0800 Subject: [PATCH] Release 2.0.0-alpha.6 --- History.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index bae4eeb..fa362ab 100644 --- a/History.md +++ b/History.md @@ -2,6 +2,8 @@ 2.0.0 / ================== + * don't pre-bound onerror [breaking change] (#800) + * fix `ctx.flushHeaders()` to use `res.flushHeaders()` instead of `res.writeHead()` (#795) * fix(response): correct response.writable logic (#782) * merge v1.1.2 and v1.2.0 changes * include `koa-convert` so that generator functions still work @@ -9,6 +11,11 @@ * improve linting * improve docs + 2.0.0-alpha.6 / 2016-08-29 + ================== + + * don't pre-bound onerror [breaking change] + 2.0.0-alpha.5 / 2016-08-10 ================== diff --git a/package.json b/package.json index 6f49fb3..b3acb46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "2.0.0-alpha.5", + "version": "2.0.0-alpha.6", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {