This commit is contained in:
Jonathan Ong 2014-06-06 16:27:37 -07:00
parent 76c65422c0
commit c547b1fd72
2 changed files with 9 additions and 2 deletions

View file

@ -1,9 +1,16 @@
0.6.3 / 2014-06-06
==================
* fix res.type= when the extension is unknown
* assert when non-error is passed to app.onerror #287
* bump finished
0.6.2 / 2014-06-03
==================
* switch from set-type to mime-types
0.6.1 / 2014-05-11
==================

View file

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