Skip to content

Commit 0ff27f9

Browse files
committed
chore: update changelog + add @bvsubhash as contributor
1 parent 378d443 commit 0ff27f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- feature: enforce message sending for Windows Graceful Shutdown via `pm2 start app.js --shutdown-with-message` to use message sending for specific process or via `PM2_KILL_USE_MESSAGE=true pm2 update` to default this behavior on PM2. #3561 #3691 #3555 #4469 #4470 #4474 by @aleksk and @8ai
88
- feature: `pm2 ls` now display a hint when process list differ from dump file
99
- fix: if id > 100 not shown in pm2 ls #4475
10+
- fix: stop and delete cron immediately on deletion of a process #4492 by @bvsubhash
1011
- fix: display correct username by @bvsubhash
1112
- chore: add test on node 13.x
1213
- chore: cleanup some unused files

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
"name": "Antoine Bluchet",
3535
"email": "[email protected]"
3636
},
37+
{
38+
"name": "Subhash Burramsetty"
39+
},
3740
{
3841
"name": "Valentin Marchaud",
3942
"email": "[email protected]"

0 commit comments

Comments
 (0)