Release 1.2.2

This commit is contained in:
fengmk2 2016-08-31 10:33:27 +08:00
parent 2600a20eca
commit 1aa85ce721
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,10 @@
1.2.2 / 2016-08-31
==================
* fix: add named function for request and response handlers (#804)
* Fixes typo in error handling section of API readme (#786)
1.2.1 / 2016-07-22
==================

View file

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