This commit is contained in:
Jonathan Ong 2015-05-23 20:15:23 -07:00
parent 3f160214e2
commit 04dfb19cb2
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,10 @@
0.21.0 / 2015-05-23
==================
* empty `request.query` objects are now always the same instance
* bump `fresh@0.3.0`
0.20.0 / 2015-04-30 0.20.0 / 2015-04-30
================== ==================

View file

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