Release 1.6.2

1.6.2
dead-horse 2018-09-11 23:23:47 +08:00
parent fd3db0f323
commit abedc3f1a0
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
1.6.2 / 2018-09-11
==================
**fixes**
* [[`fd3db0f`](http://github.com/koajs/koa/commit/fd3db0f3232f11efac96c3634671855164dc9b6c)] - fix: pin debug@2 avoid deprecated warnning (#1244) (fengmk2 <<fengmk2@gmail.com>>)
**others**
* [[`c67f543`](http://github.com/koajs/koa/commit/c67f543f754f49875d0857b100dec7438b03d6c5)] - test: make ci run faster (#1242) (fengmk2 <<fengmk2@gmail.com>>)
1.6.1 / 2018-09-11
==================

View File

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