From a995afb1ef52851bb2296ec93503c4bf9c55fa99 Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Mon, 15 Dec 2014 10:13:40 -0800 Subject: [PATCH] 0.14.0 --- .gitignore | 1 + History.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4574ca2..9df5143 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules test.js coverage +npm-debug.log diff --git a/History.md b/History.md index 11ef6c3..20a3cc1 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/package.json b/package.json index c54229a..f956dd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "0.13.0", + "version": "0.14.0", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {