Skip to content

Commit

Permalink
v7.4.2 / 2022-03-29
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Mar 29, 2022
1 parent 920dcb3 commit 4d92c49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# node-dev

## v7.4.2 / 2022-03-29

- [wrap] Worker threads inherit node arguments, we only need the main thread to listen for file changes (@lehni)

## v7.4.1 / 2022-03-27

- [`loaders`] Do not attempt to resolve urls unless they are `file://` urls (@bjornstar)
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": "7.4.1",
"version": "7.4.2",
"description": "Restarts your app when files are modified",
"keywords": [
"restart",
Expand Down

0 comments on commit 4d92c49

Please sign in to comment.