Skip to content

Commit

Permalink
v0.12.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jshkurti committed Mar 25, 2015
1 parent 6272db2 commit 3adc5d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Coming Next

- `--no-logs` flag : doesn't save any logs (some people use their own logging system)
- `--no-vizion` flag : starts an app completely without vizion features
- `--no-restart` flag : starts PM2 without automatic restart feature
- dump/resurrect will leave 'stopped' apps as stopped instead of restarting every app
- YAML support for apps declarations
- Improve app declaration file parsing (log_file, out_file, error_file)

# 0.12.9 (Current Stable)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": "true",
"version": "0.12.8",
"version": "0.12.9",
"engines": {
"node": ">=0.10"
},
Expand Down

0 comments on commit 3adc5d5

Please sign in to comment.