This commit is contained in:
Jonathan Ong 2014-09-21 17:59:30 -07:00
parent 2ad2e32fda
commit e057ad1ced
2 changed files with 8 additions and 2 deletions

View file

@ -1,10 +1,16 @@
0.12.1 / 2014-09-21
==================
* bump content-disposition
* bump statuses
0.12.0 / 2014-09-20
==================
* add this.assert()
* use content-disposition
0.11.0 / 2014-09-08
==================

View file

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