Skip to content

Commit a75d184

Browse files
Release 1.10.0
[skip ci] ## [1.10.0](v1.9.0...v1.10.0) (2024-02-23) ### Features * set CFORK_WORKER_INDEX env let worker know it's fork index ([#116](#116)) ([f69992c](f69992c))
1 parent f69992c commit a75d184

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Changelog
2+
3+
## [1.10.0](https://github.com/node-modules/cfork/compare/v1.9.0...v1.10.0) (2024-02-23)
4+
5+
6+
### Features
7+
8+
* set CFORK_WORKER_INDEX env let worker know it's fork index ([#116](https://github.com/node-modules/cfork/issues/116)) ([f69992c](https://github.com/node-modules/cfork/commit/f69992c26723a8c2fc139fa496a8b0a3bc6fe497))
19

210
1.9.0 / 2023-05-06
311
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cfork",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "cluster fork and restart easy way",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)