Release 1.2.1
This commit is contained in:
parent
83d480efdf
commit
4e969b54b2
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
|
|
||||||
|
1.2.1 / 2016-07-22
|
||||||
|
==================
|
||||||
|
|
||||||
|
* fix(response): correct response.writable logic (#781)
|
||||||
|
* fix some docs
|
||||||
|
|
||||||
1.2.0 / 2016-03-03
|
1.2.0 / 2016-03-03
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"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