This commit is contained in:
Jonathan Ong 2015-02-06 00:01:35 -08:00
parent d4d1c617ec
commit 4b57c105e3
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,15 @@
0.17.0 / 2015-02-05
==================
Breaking change if you're using an old version of node v0.11!
Otherwise, you should have no trouble upgrading.
* official iojs support
* drop support for node.js `>= 0.11.0 < 0.11.16`
* use `Object.setPrototypeOf()` instead of `__proto__`
* update dependencies
0.16.0 / 2015-01-27
==================

View File

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