mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
next@2.0.13
This commit is contained in:
parent
4f93d0e753
commit
7a42a1fb06
@ -1,10 +1,13 @@
|
||||
|
||||
## 2.1.0
|
||||
## 2.0.13
|
||||
|
||||
- process.on('unhandledRejection'): allow to catch promise error that have not been catched
|
||||
- upgrade fclone and pidusage (faster windows CPU/Mem monitoring)
|
||||
- allow to call pm2 CLI from bash script managed by pm2
|
||||
- #2385 ts-node upgraded to latest
|
||||
- #2381 autocompletion fix
|
||||
|
||||
## 2.0.0 Bradbury
|
||||
## 2.0.12 Bradbury
|
||||
|
||||
- Memory usage reduced by 40%
|
||||
- CPU usage in overall situations reduced by 60%
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pm2",
|
||||
"preferGlobal": true,
|
||||
"version": "2.0.12",
|
||||
"version": "2.0.13",
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user