From 26ad7005ce37274010a463b2394f6ec5da8940de Mon Sep 17 00:00:00 2001 From: popomore Date: Tue, 7 Feb 2017 22:08:36 +0800 Subject: [PATCH] Release 0.11.0 --- History.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index f3ba9e49ea..9fb3c4f002 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,22 @@ +0.11.0 / 2017-02-07 +=================== + + * feat: remove overrideMethod middleware (#324) + * feat: remove worker client, use app.cluster (#282) + * chore(scripts): Add PATH to find hexo (#327) + * docs: fix quickstart example code (#326) + * chore(scripts): deploy document by travis (#325) + * docs: add httpclient tracer demo and docs (#313) + * feat: close cluster clients before app close (#310) + * test: mv benchmark to eggjs/benchmark (#320) + * docs: document for plugin.{env}.js and the reason of plugin name (#321) + * docs: add sigleton in plugin.md (#316) + * docs: plugin and framework list use github tags (#318) + * docs: remove outdated docs (#319) + * docs: controller support class and refactor jsonp (#314) + * docs: add more details about csrf (#315) + 0.10.0 / 2017-02-03 =================== diff --git a/package.json b/package.json index c08351f07a..02322fe9ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg", - "version": "0.10.0", + "version": "0.11.0", "description": "A web framework's framework for Node.js", "keywords": [ "web",