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": {