next@2.0.13

This commit is contained in:
Unitech 2016-09-19 12:14:16 +02:00
parent 4f93d0e753
commit 7a42a1fb06
2 changed files with 6 additions and 3 deletions

View File

@ -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%

View File

@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": true,
"version": "2.0.12",
"version": "2.0.13",
"engines": {
"node": ">=0.10"
},