Skip to content

Commit

Permalink
v4.2.0 / 2020-07-03
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Jul 3, 2020
1 parent d4927ca commit e0bf93d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# node-dev

## 4.2.0 / 2020-07-03

- No longer sets NODE_ENV to `development`

## 4.1.0 / 2020-07-02

- Update devDependencies:
Expand Down Expand Up @@ -54,14 +58,13 @@
## 3.0.0 / 2016-01-29

- Add `--respawn` to keep watching after a process exits. See #104.
- Don't terminate the child process if a custom `unchaughtException` handler is registered. See #113.
- Don't terminate the child process if a custom `uncaughtException` handler is registered. See #113.
- Handle `-r` and `--require` node options correctly. See #111.
- Add support for passing options to transpilers. See #109.
- Handle `--no-deps` correctly. See #108.
- Switch to airbnb code style
- Use greenkeeper.io to keep dependencies up to date


## 2.7.1 / 2015-08-21

- Add `--poll` to fix #87
Expand All @@ -77,7 +80,6 @@
- Upgrade [`tap`][npm-tap] module to 1.3.2.
- Use [`touch`][npm-touch] module instead of custom code.


[LICENSE]: LICENSE
[npm-commander]: https://www.npmjs.com/package/commander
[npm-minimist]: https://www.npmjs.com/package/minimist
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-dev",
"version": "4.1.0",
"version": "4.2.0",
"description": "Restarts your app when files are modified",
"keywords": [
"restart",
Expand Down

0 comments on commit e0bf93d

Please sign in to comment.