We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920dcb3 commit 4d92c49Copy full SHA for 4d92c49
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# node-dev
2
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
7
## v7.4.1 / 2022-03-27
8
9
- [`loaders`] Do not attempt to resolve urls unless they are `file://` urls (@bjornstar)
package.json
@@ -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",
0 commit comments