Skip to content

Commit c7a84c2

Browse files
author
Your Name
committed
1 parent d61f139 commit c7a84c2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

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+
212
## 5.2.1
313

414
- fix cluster error avoiding process restart (#5396)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Starting an application in production mode is as easy as:
4040
$ pm2 start app.js
4141
```
4242

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).
4444

4545
Official website: [https://pm2.keymetrics.io/](https://pm2.keymetrics.io/)
4646

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": "5.2.2",
4+
"version": "5.3.0",
55
"engines": {
66
"node": ">=10.0.0"
77
},

0 commit comments

Comments
 (0)