Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Mar 8, 2017
1 parent e6539e1 commit ebed04f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

2.1.0 / 2017-03-07
==================

* added: return middleware chain promise from `callback()` #848
* added: node v7.7+ `res.getHeaderNames()` support #930
* added: `err.headerSent` in error handling #919
* added: lots of docs!

2.0.1 / 2017-02-25
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa",
"version": "2.0.1",
"version": "2.1.0",
"description": "Koa web app framework",
"main": "lib/application.js",
"scripts": {
Expand Down

0 comments on commit ebed04f

Please sign in to comment.