Release 0.10.0
This commit is contained in:
parent
27356125eb
commit
a96b5cfe72
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
|
||||
0.10.0 / 2014-08-12
|
||||
==================
|
||||
|
||||
* add `ctx.throw(err, object)` support
|
||||
* add `ctx.throw(err, status, object)` support
|
||||
|
||||
0.9.0 / 2014-08-07
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue