Release 0.5.3
This commit is contained in:
parent
0174efa8ed
commit
c15cf47475
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
|
|
||||||
|
0.5.3 / 2014-04-09
|
||||||
|
==================
|
||||||
|
|
||||||
|
* change res.type= to always default charset. Closes #252
|
||||||
|
* remove ctx.inspect() implementation. Closes #164
|
||||||
|
|
||||||
0.5.2 / 2014-03-23
|
0.5.2 / 2014-03-23
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "0.5.2",
|
"version": "0.5.3",
|
||||||
"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