Skip to content

Commit

Permalink
v0.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jshkurti committed Apr 22, 2015
1 parent ba48b8f commit e307aab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
- YAML support for apps declarations
- Improve app declaration file parsing (log_file, out_file, error_file)

# 0.12.12 (Coming next)
# 0.12.12 (Current stable)

- Fix #1177 : no concurrent vizion.parse() for the same process event when it restarts
- `pm2 logs --raw` flag : show logs in raw format
- New command: pm2 scale <app_name> <number> - scale up/down an application
- Fix #1177 : no concurrent vizion.parse() for the same process event when it restarts
- Added: Expose kill method programmatically
- Added: Call disconnect without a function
- Added: Programmatic call to .connect can no take no-daemon-option
- Added: Programmatic call to .connect can now take no-daemon-option
- Fixed: starting a JSON programmatically return a process list coming from God
- Fixed: Reflect dump functions from CLI and God
- Enhanced: New CLI API for configuring modules (pm2 conf module.option [value])
Expand All @@ -22,7 +22,7 @@
- Enhanced: 4 new test suits for PM2 programmatics call
- Enhanced: Documentation restructured

# 0.12.11 (Current stable)
# 0.12.11

- `--no-autorestart` flag : starts an app without automatic restart feature
(`"autorestart" : false` in JSON declaration)
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.11",
"version": "0.12.12",
"engines": {
"node": ">=0.10"
},
Expand Down

0 comments on commit e307aab

Please sign in to comment.