From 3910b3677fa403ff14c6e7969dbfd862d5a27af8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Jun 2023 15:43:38 +0000 Subject: [PATCH] Release 2.2.0 [skip ci] ## [2.2.0](https://github.com/eggjs/egg-cluster/compare/v2.1.1...v2.2.0) (2023-06-27) ### Features * add debugPort to allow listen both https and http protocol ([#109](https://github.com/eggjs/egg-cluster/issues/109)) ([74cbb35](https://github.com/eggjs/egg-cluster/commit/74cbb35a8890cdf069f2a98aab288d9804419c70)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d1b7f..9b270d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/eggjs/egg-cluster/compare/v2.1.1...v2.2.0) (2023-06-27) + + +### Features + +* add debugPort to allow listen both https and http protocol ([#109](https://github.com/eggjs/egg-cluster/issues/109)) ([74cbb35](https://github.com/eggjs/egg-cluster/commit/74cbb35a8890cdf069f2a98aab288d9804419c70)) + ## [2.1.1](https://github.com/eggjs/egg-cluster/compare/v2.1.0...v2.1.1) (2023-06-06) diff --git a/package.json b/package.json index 549ba2f..7d0d624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-cluster", - "version": "2.1.1", + "version": "2.2.0", "description": "cluster manager for egg", "main": "index.js", "scripts": {