From 916f91472721741f96d45b734dfe5e30c7e17b9b Mon Sep 17 00:00:00 2001 From: dead-horse Date: Sun, 11 Feb 2018 17:40:10 +0800 Subject: [PATCH] Release 2.5.0 --- History.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 0ffa253..d7e2e78 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,19 @@ +2.5.0 / 2018-02-11 +================== + + * feat: ignore set header/status when header sent (#1137) + * run coverage using --runInBand (#1141) + * [Update] license year to 2018 (#1130) + * docs: small grammatical fix in api docs index (#1111) + * docs: fixed typo (#1112) + * docs: capitalize K in word koa (#1126) + * Error handling: on non-error throw try to stringify if error is an object (#1113) + * Use eslint-config-koa (#1105) + * Update mgol's name in AUTHORS, add .mailmap (#1100) + * Avoid generating package locks instead of ignoring them (#1108) + * chore: update copyright year to 2017 (#1095) + 2.4.1 / 2017-11-06 ================== diff --git a/package.json b/package.json index c866862..20361f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "2.4.1", + "version": "2.5.0", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {