Skip to content

Commit 4d92c49

Browse files
committed
v7.4.2 / 2022-03-29
1 parent 920dcb3 commit 4d92c49

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v7.4.2 / 2022-03-29
4+
5+
- [wrap] Worker threads inherit node arguments, we only need the main thread to listen for file changes (@lehni)
6+
37
## v7.4.1 / 2022-03-27
48

59
- [`loaders`] Do not attempt to resolve urls unless they are `file://` urls (@bjornstar)

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": "7.4.1",
3+
"version": "7.4.2",
44
"description": "Restarts your app when files are modified",
55
"keywords": [
66
"restart",

0 commit comments

Comments
 (0)