File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
19
## 5.1.2
3
20
4
21
- easily disable cron-restart strategy via ` $ pm2 restart --cron-restart 0 `
Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<br />
3
3
<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">
5
5
</a >
6
6
<br />
7
7
<br />
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pm2" ,
3
3
"preferGlobal" : true ,
4
- "version" : " 5.1.2 " ,
4
+ "version" : " 5.2.0 " ,
5
5
"engines" : {
6
6
"node" : " >=10.0.0"
7
7
},
You can’t perform that action at this time.
0 commit comments