Release 2.8.1
This commit is contained in:
parent
287e589ac7
commit
061c21f336
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
|
||||
2.8.1 / 2019-08-19
|
||||
==================
|
||||
|
||||
**fixes**
|
||||
* [[`287e589`](http://github.com/koajs/koa/commit/287e589ac773d3738b2aa7d40e0b6d43dde5261b)] - fix: make options more compatibility (dead-horse <<dead_horse@qq.com>>)
|
||||
|
||||
2.8.0 / 2019-08-19
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "2.8.0",
|
||||
"version": "2.8.1",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue