Release 0.5.5

This commit is contained in:
TJ Holowaychuk 2014-04-14 15:37:33 -07:00
parent 990caf4e71
commit a95046278f
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,10 @@
0.5.5 / 2014-04-14
==================
* fix length when .body is missing
* fix: make sure all intermediate stream bodies will be destroyed
0.5.4 / 2014-04-12 0.5.4 / 2014-04-12
================== ==================

View file

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