From 7b0370be37344daec7222064c3017ff518efeb7a Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Sat, 12 Oct 2019 13:47:54 +0800 Subject: [PATCH] Release 2.9.0 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 112cf3b0a..531d1484c 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,13 @@ +2.9.0 / 2019-10-12 +================== + +**features** + * [[`2d1c598`](http://github.com/koajs/koa/commit/2d1c5981869e0fe6f5bc71b5c5582accfd125cc6)] - feat: export HttpError from http-errors library (Micheal Hill <>) + +**others** + * [[`cf70dbc`](http://github.com/koajs/koa/commit/cf70dbc6d2ba62bf1eb12b563dd5ecd27af6e2be)] - Chore: Use https in readme (#1389) (谭九鼎 <<109224573@qq.com>>) + 2.8.2 / 2019-09-28 ================== diff --git a/package.json b/package.json index 65001ae9f..a2ed2ad95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "2.8.2", + "version": "2.9.0", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {