Release 2.6.0
This commit is contained in:
parent
9c5c58b183
commit
e01cc5a1cf
2 changed files with 11 additions and 1 deletions
10
History.md
10
History.md
|
@ -1,4 +1,14 @@
|
||||||
|
|
||||||
|
2.6.0 / 2018-10-23
|
||||||
|
==================
|
||||||
|
|
||||||
|
**features**
|
||||||
|
* [[`9c5c58b`](http://github.com/koajs/koa/commit/9c5c58b18363494976185e7ddc790ac63de840ed)] - feat: use :authority header of http2 requests as host (#1262) (Martin Michaelis <<code@mgjm.de>>)
|
||||||
|
* [[`9146024`](http://github.com/koajs/koa/commit/9146024e1094e8bb871ab15d1b7fc556a710732f)] - feat: response.attachment append a parameter: options from contentDisposition (#1240) (小雷 <<863837949@qq.com>>)
|
||||||
|
|
||||||
|
**others**
|
||||||
|
* [[`d32623b`](http://github.com/koajs/koa/commit/d32623baa7a6273d47be67d587ad4ea0ecffc5de)] - docs: Update error-handling.md (#1239) (urugator <<j.placek@centrum.cz>>)
|
||||||
|
|
||||||
2.5.3 / 2018-09-11
|
2.5.3 / 2018-09-11
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "2.5.3",
|
"version": "2.6.0",
|
||||||
"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