0.10.4 release

This commit is contained in:
tknew2 2014-08-29 17:32:34 +02:00
parent 2960b64136
commit c82995a7ae
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
# 0.10.1-2-3-4
- env option via programmatic interface
- fix watch system
- correct pm2 describe command
- close file used via pm2 flush
- add startOrReload
- better closing events
# 0.10.0 - PM2 Hellfire release
- PM2 hearth code has been refactored and now it handles extreme scenario without any leak or bug

View File

@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": "true",
"version": "0.10.3",
"version": "0.10.4",
"os": [
"!win32"
],