From c7a84c26190167a630d814474c254cb96d1c5871 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 15 Mar 2023 19:19:07 +0100 Subject: [PATCH] pm2@5.3.0 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a89119b52..deae5cf32 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/README.md b/README.md index 0d9efd724..6ad4ba64e 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/package.json b/package.json index c26c7bc72..1867edb87 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pm2", "preferGlobal": true, - "version": "5.2.2", + "version": "5.3.0", "engines": { "node": ">=10.0.0" },