Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
[skip ci]

## [2.2.0](v2.1.1...v2.2.0) (2023-06-27)

### Features

* add debugPort to allow listen both https and http protocol ([#109](#109)) ([74cbb35](74cbb35))
  • Loading branch information
semantic-release-bot committed Jun 27, 2023
1 parent 74cbb35 commit 3910b36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-cluster",
"version": "2.1.1",
"version": "2.2.0",
"description": "cluster manager for egg",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3910b36

Please sign in to comment.