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