Release 2.5.1
This commit is contained in:
parent
2ace7044ac
commit
45464b5174
2 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,13 @@
|
||||||
|
|
||||||
|
2.5.1 / 2018-04-27
|
||||||
|
==================
|
||||||
|
|
||||||
|
* test: node v10 on travis (#1182)
|
||||||
|
* fix tests: remove unnecessary assert doesNotThrow and api calls (#1170)
|
||||||
|
* use this.response insteadof this.ctx.response (#1163)
|
||||||
|
* deps: remove istanbul (#1151)
|
||||||
|
* Update guide.md (#1150)
|
||||||
|
|
||||||
2.5.0 / 2018-02-11
|
2.5.0 / 2018-02-11
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "2.5.0",
|
"version": "2.5.1",
|
||||||
"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