0.6.3
This commit is contained in:
parent
76c65422c0
commit
c547b1fd72
2 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,11 @@
|
||||||
|
|
||||||
|
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
|
0.6.2 / 2014-06-03
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "0.6.2",
|
"version": "0.6.3",
|
||||||
"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