2.3.0
This commit is contained in:
parent
327b65cb6b
commit
aaac09af1a
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue