Skip to content

Commit e0bf93d

Browse files
committed
v4.2.0 / 2020-07-03
1 parent d4927ca commit e0bf93d

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# node-dev
22

3+
## 4.2.0 / 2020-07-03
4+
5+
- No longer sets NODE_ENV to `development`
6+
37
## 4.1.0 / 2020-07-02
48

59
- Update devDependencies:
@@ -54,14 +58,13 @@
5458
## 3.0.0 / 2016-01-29
5559

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

64-
6568
## 2.7.1 / 2015-08-21
6669

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

80-
8183
[LICENSE]: LICENSE
8284
[npm-commander]: https://www.npmjs.com/package/commander
8385
[npm-minimist]: https://www.npmjs.com/package/minimist

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-dev",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Restarts your app when files are modified",
55
"keywords": [
66
"restart",

0 commit comments

Comments
 (0)