File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## 5.3.0
3
+
4
+ - fix: replace non-working condition that blocks flush from clearing the logs #5533 @Sailboat265
5
+ - fix: ESM script loader #5524 @BlueWater86
6
+
7
+ ## 5.2.2
8
+
9
+ - fix: correct pm2 ls display when there is a (very) long process id (@dko-slapdash )
10
+ - typo: corrections
11
+
2
12
## 5.2.1
3
13
4
14
- fix cluster error avoiding process restart (#5396 )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Starting an application in production mode is as easy as:
40
40
$ pm2 start app.js
41
41
```
42
42
43
- PM2 is constantly assailed by [ more than 1800 tests] ( https://app.travis-ci.com/github/Unitech/pm2 ) .
43
+ PM2 is constantly assailed by [ more than 1800 tests] ( https://app.travis-ci.com/github/Unitech/pm2/branches ) .
44
44
45
45
Official website: [ https://pm2.keymetrics.io/ ] ( https://pm2.keymetrics.io/ )
46
46
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pm2" ,
3
3
"preferGlobal" : true ,
4
- "version" : " 5.2.2 " ,
4
+ "version" : " 5.3.0 " ,
5
5
"engines" : {
6
6
"node" : " >=10.0.0"
7
7
},
You can’t perform that action at this time.
0 commit comments