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