From aaac09af1a6aa02161fead1422fac460fbdcce3e Mon Sep 17 00:00:00 2001 From: jongleberry Date: Tue, 20 Jun 2017 10:01:10 -0700 Subject: [PATCH] 2.3.0 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index d317060..44d9425 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,13 @@ +2.3.0 / 2017-06-20 +================== + + * test on node 7 & 8 + * add `package-lock.json` to `.gitignore` + * run `lint --fix` + * add `request.header` in addition to `request.headers` + * add IPv6 hostname support + 2.2.0 / 2017-03-14 ================== diff --git a/package.json b/package.json index 44ae477..c56356e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "2.2.0", + "version": "2.3.0", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {