From 6b16574df7c3d09583f24c5858ff10bd83734a2c Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Sat, 21 Dec 2013 16:14:21 -0800 Subject: [PATCH] 0.1.2 --- History.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 97d4f0a..23afc37 100644 --- a/History.md +++ b/History.md @@ -1,8 +1,16 @@ HEAD ================== - * update co + +0.1.1 / 2013-21-21 +================== + + * update co, koa-compose, keygrip * use on-socket-error + * add throw(status, msg) support + * assert middleware is GeneratorFunction + * ducktype stream checks + * remove `next` is `app.callback()` 0.1.1 / 2013-12-19 ================== diff --git a/package.json b/package.json index b31ca9d..24aaba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "0.1.1", + "version": "0.1.2", "description": "Koa web app framework", "main": "index.js", "directories": {