Release 0.10.0

This commit is contained in:
TJ Holowaychuk 2014-08-12 14:25:19 -07:00
parent 27356125eb
commit a96b5cfe72
2 changed files with 7 additions and 1 deletions

View file

@ -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
==================

View file

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