Release 1.5.0
This commit is contained in:
parent
a558d306ba
commit
73f1cec7bb
2 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
1.5.0 / 2018-01-24
|
||||||
|
==================
|
||||||
|
|
||||||
|
* expose the Application::handleRequest method
|
||||||
|
|
||||||
1.4.1 / 2017-10-09
|
1.4.1 / 2017-10-09
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "1.4.1",
|
"version": "1.5.0",
|
||||||
"description": "Koa web app framework",
|
"description": "Koa web app framework",
|
||||||
"main": "lib/application.js",
|
"main": "lib/application.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue