From 281a04e8e12735300566b030d39eb277c8ad1e74 Mon Sep 17 00:00:00 2001 From: dead-horse Date: Sat, 10 Nov 2018 01:43:06 +0800 Subject: [PATCH] Release 2.6.2 --- History.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 80c6730..303c2f6 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,17 @@ +2.6.2 / 2018-11-10 +================== + +**fixes** + * [[`9905199`](http://github.com/koajs/koa/commit/99051992a9f45eb0dd79e062681d6f5d366deb41)] - fix: Status message is not supported on HTTP/2 (#1264) (André Cruz <>) + +**others** + * [[`325792a`](http://github.com/koajs/koa/commit/325792aee92de0ba6fea306657933fc63dc00474)] - docs: add table of contents for guide.md (#1267) (ZYSzys <>) + * [[`71aaa29`](http://github.com/koajs/koa/commit/71aaa29591d6681f8579486f18d32ba1ee651a5b)] - docs: fix spelling in throw docs (#1269) (Martin Iwanowski <>) + * [[`bc81ca9`](http://github.com/koajs/koa/commit/bc81ca9414296234c764b7306a19ba72b2e59b52)] - chore: use res instead of this.res (#1271) (Jordan <>) + * [[`0251b38`](http://github.com/koajs/koa/commit/0251b38a8405471892c5eeaba7c8d54bd7028214)] - test: node v11 on travis (#1265) (Martin Iwanowski <>) + * [[`88b92b4`](http://github.com/koajs/koa/commit/88b92b43153f21609aee71d47abcd4dc27a6586d)] - doc: updated docs for throw() to pass status as first param. (#1268) (Waleed Ashraf <>) + 2.6.1 / 2018-10-23 ================== diff --git a/package.json b/package.json index a8b74cd..3921e33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "2.6.1", + "version": "2.6.2", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {