0.21.0
This commit is contained in:
parent
3f160214e2
commit
04dfb19cb2
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "0.20.0",
|
||||
"version": "0.21.0",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue