Release 1.2.2
This commit is contained in:
parent
2600a20eca
commit
1aa85ce721
2 changed files with 7 additions and 1 deletions
|
@ -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
|
1.2.1 / 2016-07-22
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"description": "Koa web app framework",
|
"description": "Koa web app framework",
|
||||||
"main": "lib/application.js",
|
"main": "lib/application.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue