0.6.3
This commit is contained in:
parent
76c65422c0
commit
c547b1fd72
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue