Skip to content

Commit 083314b

Browse files
Release 3.16.1
[skip ci] ## [3.16.1](v3.16.0...v3.16.1) (2023-06-15) ### Bug Fixes * ipc not work with worker_threads mode ([#5210](#5210)) ([03c8cf7](03c8cf7))
1 parent 03c8cf7 commit 083314b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.16.1](https://github.com/eggjs/egg/compare/v3.16.0...v3.16.1) (2023-06-15)
4+
5+
6+
### Bug Fixes
7+
8+
* ipc not work with worker_threads mode ([#5210](https://github.com/eggjs/egg/issues/5210)) ([03c8cf7](https://github.com/eggjs/egg/commit/03c8cf743d1fb56a55dbc633f088b08410423c5a))
9+
310
## [3.16.0](https://github.com/eggjs/egg/compare/v3.15.0...v3.16.0) (2023-05-10)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg",
3-
"version": "3.16.0",
3+
"version": "3.16.1",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)