Release 0.3.0

This commit is contained in:
TJ Holowaychuk 2014-01-17 17:00:15 -08:00
parent 432d876e42
commit 16982505d5
2 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,12 @@
0.3.0 / 2014-01-17
==================
* add ctx.host= delegate
* add req.host=
* add: context.throw supports Error instances
* update co
0.2.1 / 2013-12-30 0.2.1 / 2013-12-30
================== ==================

View file

@ -1,6 +1,6 @@
{ {
"name": "koa", "name": "koa",
"version": "0.2.1", "version": "0.3.0",
"description": "Koa web app framework", "description": "Koa web app framework",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {