This commit is contained in:
Jonathan Ong 2015-01-27 12:14:56 -08:00
parent 255a39b876
commit 54a93f11ba
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,10 @@
0.16.0 / 2015-01-27
==================
* add `res.append()`
* fix path usage for node@0.11.15
0.15.0 / 2015-01-18 0.15.0 / 2015-01-18
================== ==================

View file

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