Release 2.5.1

master 2.5.1
dead-horse 2018-04-27 01:10:57 +08:00
parent 2ace7044ac
commit 45464b5174
2 changed files with 10 additions and 1 deletions

View File

@ -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
==================

View File

@ -1,6 +1,6 @@
{
"name": "koa",
"version": "2.5.0",
"version": "2.5.1",
"description": "Koa web app framework",
"main": "lib/application.js",
"scripts": {