Skip to content

Commit 6c0e0d6

Browse files
committed
Release 2.6.1
1 parent 4964242 commit 6c0e0d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
2.6.1 / 2018-10-23
3+
==================
4+
5+
**fixes**
6+
* [[`4964242`](http://github.com/koajs/koa/commit/49642428342e5f291eb9d690802e83ed830623b5)] - fix: use X-Forwarded-Host first on app.proxy present (#1263) (fengmk2 <<[email protected]>>)
7+
28
2.6.0 / 2018-10-23
39
==================
410

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koa",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "Koa web app framework",
55
"main": "lib/application.js",
66
"scripts": {

0 commit comments

Comments
 (0)