0.14.0
This commit is contained in:
parent
18fcf34c7c
commit
a995afb1ef
3 changed files with 11 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
node_modules
|
||||
test.js
|
||||
coverage
|
||||
npm-debug.log
|
||||
|
|
|
@ -1,4 +1,13 @@
|
|||
|
||||
0.14.0 / 2014-12-15
|
||||
==================
|
||||
|
||||
* remove `x-powered-by` response header
|
||||
* fix the content type on plain-text redirects
|
||||
* add ctx.state
|
||||
* bump `co@4`
|
||||
* bump dependencies
|
||||
|
||||
0.13.0 / 2014-10-17
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "0.13.0",
|
||||
"version": "0.14.0",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue