0.16.0
This commit is contained in:
parent
255a39b876
commit
54a93f11ba
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue