From a43dcb96479c9b8414a3a10034c1a3cea36faad3 Mon Sep 17 00:00:00 2001 From: popomore Date: Wed, 25 Apr 2018 15:00:45 +0800 Subject: [PATCH] Release 4.7.1 --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index b8282fa7..e0902713 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +4.7.1 / 2018-04-25 +================== + +**fixes** + * [[`4508c36`](http://github.com/eggjs/egg-core/commit/4508c364346ddf16a752e26bc7966216f9c09c10)] - fix: toAsyncFunction can't pass is.asyncFunction() (#159) (Khaidi Chu <>) + 4.7.0 / 2018-04-21 ================== diff --git a/package.json b/package.json index 28208609..1d1b3c8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-core", - "version": "4.7.0", + "version": "4.7.1", "description": "A core Pluggable framework based on koa", "main": "index.js", "scripts": {