1.3.0
This commit is contained in:
parent
8c1c69f260
commit
9e3f613199
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
|
||||
1.3.0 / 2017-03-07
|
||||
==================
|
||||
|
||||
* added: node v7.7+ `res.getHeaderNames()` support #913
|
||||
* added: `err.headerSent` in error handling #923
|
||||
|
||||
1.2.5 / 2017-02-12
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "1.2.5",
|
||||
"version": "1.3.0",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue