master 2.3.0
jongleberry 2017-06-20 10:01:10 -07:00
parent 327b65cb6b
commit aaac09af1a
2 changed files with 10 additions and 1 deletions

View File

@ -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
==================

View File

@ -1,6 +1,6 @@
{
"name": "koa",
"version": "2.2.0",
"version": "2.3.0",
"description": "Koa web app framework",
"main": "lib/application.js",
"scripts": {