Release 2.0.0-beta.4

This commit is contained in:
dead_horse 2016-07-24 02:06:19 +08:00
parent a1cdbdafcf
commit 742a675e60
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
2.0.0 / 2.0.0 /
================== ==================
* fix(response): correct response.writable logic (#782)
* merge v1.1.2 and v1.2.0 changes * merge v1.1.2 and v1.2.0 changes
* include `koa-convert` so that generator functions still work * include `koa-convert` so that generator functions still work
* NOTE: generator functions are deprecated in v2 and will be removed in v3 * NOTE: generator functions are deprecated in v2 and will be removed in v3

View File

@ -1,6 +1,6 @@
{ {
"name": "koa", "name": "koa",
"version": "2.0.0-alpha.3", "version": "2.0.0-alpha.4",
"description": "Koa web app framework", "description": "Koa web app framework",
"main": "lib/application.js", "main": "lib/application.js",
"scripts": { "scripts": {