diff --git a/History.md b/History.md index d7e2e78..f0f9c63 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/package.json b/package.json index 6fffc29..108b356 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "2.5.0", + "version": "2.5.1", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {