master 0.6.2
Jonathan Ong 2014-06-03 21:45:50 -07:00
parent 008f0554c6
commit 851160e0ae
2 changed files with 7 additions and 2 deletions

View File

@ -1,10 +1,15 @@
0.6.2 / 2014-06-03
==================
* switch from set-type to mime-types
0.6.1 / 2014-05-11 0.6.1 / 2014-05-11
================== ==================
* bump type-is * bump type-is
* bump koa-compose * bump koa-compose
0.6.0 / 2014-05-01 0.6.0 / 2014-05-01
================== ==================

View File

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