This commit is contained in:
jongleberry 2017-03-07 23:12:36 -08:00
parent 8c1c69f260
commit 9e3f613199
2 changed files with 7 additions and 1 deletions

View file

@ -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.2.5 / 2017-02-12
================== ==================

View file

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