Release 1.5.1
This commit is contained in:
parent
ded3c62f09
commit
494a365427
2 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
|
||||
1.5.1 / 2018-01-25
|
||||
==================
|
||||
|
||||
* fix: this.handleRequest replace app.handleRequest
|
||||
|
||||
1.5.0 / 2018-01-24
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue