This commit is contained in:
Jonathan Ong 2015-02-14 19:54:21 -08:00
parent c5545cd918
commit e3510bab28
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,10 @@
0.18.0 / 2015-02-14
==================
* experimental es6 async function support via `app.experimental = true`
* use `content-type` instead of `media-typer`
0.17.0 / 2015-02-05 0.17.0 / 2015-02-05
================== ==================

View file

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