diff --git a/History.md b/History.md index 46721c3..0e0528f 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/package.json b/package.json index 695648e..4d38cad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "1.2.1", + "version": "1.2.2", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {