Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c82995a

Browse files
committed
0.10.4 release
1 parent 2960b64 commit c82995a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
# 0.10.1-2-3-4
3+
4+
- env option via programmatic interface
5+
- fix watch system
6+
- correct pm2 describe command
7+
- close file used via pm2 flush
8+
- add startOrReload
9+
- better closing events
10+
211
# 0.10.0 - PM2 Hellfire release
312

413
- PM2 hearth code has been refactored and now it handles extreme scenario without any leak or bug

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pm2",
33
"preferGlobal": "true",
4-
"version": "0.10.3",
4+
"version": "0.10.4",
55
"os": [
66
"!win32"
77
],

0 commit comments

Comments
 (0)