diff --git a/History.md b/History.md index a09d6df..4250591 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,13 @@ +2.5.3 / 2018-09-11 +================== + +**fixes** + * [[`2ee32f5`](http://github.com/koajs/koa/commit/2ee32f50b88b383317e33cc0a4bfaa5f2eadead7)] - fix: pin debug@~3.1.0 avoid deprecated warnning (#1245) (fengmk2 <>) + +**others** + * [[`2180839`](http://github.com/koajs/koa/commit/2180839eda2cb16edcfda46ccfe24711680af850)] - docs: Update koa-vs-express.md (#1230) (Clayton Ray <>) + 2.5.2 / 2018-07-12 ================== diff --git a/package.json b/package.json index cab0d64..5b3b1aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "2.5.2", + "version": "2.5.3", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {