Skip to content

Commit 2573516

Browse files
committed
pm2@5.2.0
1 parent da59cb6 commit 2573516

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

2+
## 5.2.0
3+
4+
- replace node-cron by croner (#5183 #5035)
5+
- upgrade mocha deps
6+
- fix pm2 report when daemon not running
7+
- remove semver check for legacy node.js versions
8+
- update node version in setup.deb.sh by using lts (#5201) + openrc
9+
- replace legacy util._extend by Object.assign (#5239)
10+
- add missing start options types (#5242)
11+
- recursive detection of package.json (#5267)
12+
- make tarball module uninstall cross-platform (#5269)
13+
- Fix unnecessary "ENOENT" console.error when serving a spa (#5272)
14+
- fix: used env variable instead of hardcode datetime format (#5277)
15+
- copyright update (#5278)
16+
- fix: remove constants import from VersionCheck (not needed) (#5279)
17+
- Reduce async import (#5280)
18+
219
## 5.1.2
320

421
- easily disable cron-restart strategy via `$ pm2 restart --cron-restart 0`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<br/>
33
<a href="http://pm2.keymetrics.io/" title="PM2 Keymetrics link">
4-
<img width=710px src="https://raw.githubusercontent.com/Unitech/pm2/development/pres/pm2-v4.png" alt="pm2 logo">
4+
<img width=710px src="https://raw.githubusercontent.com/Unitech/pm2/master/pres/pm2-v4.png" alt="pm2 logo">
55
</a>
66
<br/>
77
<br/>

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

0 commit comments

Comments
 (0)