pm2@3.4.0

This commit is contained in:
Unitech 2019-03-04 17:39:15 +01:00
parent 38119b9828
commit 2454f7d36c
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
## 3.4.0
- drop Node.js 4 and 5 support
- use @pm2/io version 4
## 3.3.1 (18/02/19)
- add pm2 profile:cpu [timeout]

View File

@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": true,
"version": "3.3.1",
"version": "3.4.0",
"engines": {
"node": ">=6.0.0"
},