Skip to content

Commit

Permalink
[dist] Version bump. 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Feb 16, 2011
1 parent d9911dd commit b870d47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## CHANGELOG

### Version 0.4.0

- Enable forever to track uptime (indexzero)
- Add `restart` command to forever.Monitor and CLI (indexzero)
- Ensure forever.load() is called on require() (indexzero)
- Better handling for for `-p` CLI option (indexzero)
- Enable options to be passed to child_process.spawn (indexzero)

### Version 0.3.1

- Allow forever to start any script (not just node) from nodejs code (substack)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "forever",
"description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)",
"version": "0.3.5",
"version": "0.4.0",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" },
Expand All @@ -24,5 +24,5 @@
"bin": { "forever": "./bin/forever" },
"main": "./lib/forever",
"scripts": { "test": "vows test/*-test.js --spec" },
"engines": { "node": ">= 0.2.0" }
"engines": { "node": ">= 0.4.0" }
}

0 comments on commit b870d47

Please sign in to comment.