diff --git a/History.md b/History.md index ba1dea4..35628f2 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +2.0.0 / 2022-11-02 +================== + +**features** + * [[`04a1e85`](http://github.com/eggjs/egg-cluster/commit/04a1e8539c61e2fecc16591e290aea84dcabd740)] - feat: support worker_threads (#101) (hyj1991 <>) + 1.27.1 / 2021-11-15 ================== diff --git a/package.json b/package.json index a9f6a15..02adb9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-cluster", - "version": "1.27.1", + "version": "2.0.0", "description": "cluster manager for egg", "main": "index.js", "scripts": {