Skip to content

Commit

Permalink
pm2@5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 15, 2023
1 parent d61f139 commit c7a84c2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,14 @@

## 5.3.0

- fix: replace non-working condition that blocks flush from clearing the logs #5533 @Sailboat265
- fix: ESM script loader #5524 @BlueWater86

## 5.2.2

- fix: correct pm2 ls display when there is a (very) long process id (@dko-slapdash)
- typo: corrections

## 5.2.1

- fix cluster error avoiding process restart (#5396)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ Starting an application in production mode is as easy as:
$ pm2 start app.js
```

PM2 is constantly assailed by [more than 1800 tests](https://app.travis-ci.com/github/Unitech/pm2).
PM2 is constantly assailed by [more than 1800 tests](https://app.travis-ci.com/github/Unitech/pm2/branches).

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": true,
"version": "5.2.2",
"version": "5.3.0",
"engines": {
"node": ">=10.0.0"
},
Expand Down

2 comments on commit c7a84c2

@EriksRemess
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Your Name"? :)

@alex-kinokon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From: Your Name <you@example.com>
what

Please sign in to comment.