Release 1.6.1
This commit is contained in:
parent
a92c83f03c
commit
eea159d6fd
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.1",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue