Release 2.0.0-beta.4
This commit is contained in:
parent
a1cdbdafcf
commit
742a675e60
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
2.0.0 /
|
||||
==================
|
||||
|
||||
* 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
|
||||
* NOTE: generator functions are deprecated in v2 and will be removed in v3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "2.0.0-alpha.3",
|
||||
"version": "2.0.0-alpha.4",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue