From c7bb03f621756dde8eac73003396a8d65b0cb5f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Dec 2022 06:24:23 +0000 Subject: [PATCH] Release 2.0.1 [skip ci] ## [2.0.1](https://github.com/eggjs/egg-cluster/compare/v2.0.0...v2.0.1) (2022-12-19) ### Bug Fixes * worker_threads mode without ports ([#103](https://github.com/eggjs/egg-cluster/issues/103)) ([a088e99](https://github.com/eggjs/egg-cluster/commit/a088e9953ed269af584a5fec6304847690cbf347)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..53013d3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [2.0.1](https://github.com/eggjs/egg-cluster/compare/v2.0.0...v2.0.1) (2022-12-19) + + +### Bug Fixes + +* worker_threads mode without ports ([#103](https://github.com/eggjs/egg-cluster/issues/103)) ([a088e99](https://github.com/eggjs/egg-cluster/commit/a088e9953ed269af584a5fec6304847690cbf347)) diff --git a/package.json b/package.json index 7d77ae6..5628775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-cluster", - "version": "2.0.0", + "version": "2.0.1", "description": "cluster manager for egg", "main": "index.js", "scripts": {