Release 1.6.1

1.6.1
fengmk2 2018-09-11 20:30:03 +08:00
parent a92c83f03c
commit eea159d6fd
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
1.6.1 / 2018-09-11
==================
**fixes**
* [[`a92c83f`](http://github.com/koajs/koa/commit/a92c83f03c5a453868fd7781f65cb6a5896bcc2a)] - fix: pin debug@3 (#1241) (Yiyu He <<dead_horse@qq.com>>)
1.6.0 / 2018-02-12
==================

View File

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