This commit is contained in:
Alexandre Strzelewicz 2013-09-08 21:43:36 +02:00
parent 0a2401658a
commit c6c90e9fdf
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
# 0.5.6
- Coffeescript support
- Updating dependencies - axon - commander
- Log feature enhanced - duplicates removed - name or id can be passed to pm2 logs xxx
# 0.5.5
- Ability to set a name to a launched script + tests

View File

@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": "true",
"version": "0.5.5",
"version": "0.5.6",
"engines" : {
"node" : ">=0.8"
},