Release 2.0.0-alpha.3
This commit is contained in:
parent
b83405f052
commit
34e8325a39
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
|
||||
2.0.0-alpha.3 / 2015-11-05
|
||||
==================
|
||||
|
||||
* ensure parseurl always working as expected. #586
|
||||
* fix Application.inspect() – missing .proxy value. Closes #563
|
||||
|
||||
2.0.0-alpha.2 / 2015-10-27
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "2.0.0-alpha.2",
|
||||
"version": "2.0.0-alpha.3",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue