We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5799c25 commit a564a0cCopy full SHA for a564a0c
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# node-dev
2
3
+## v7.2.0 / 2022-03-04
4
+
5
+- Add `--preserve-symlinks` node option
6
+- Update `tap` to `v15.1.6`
7
+- Update `eslint` to `v8.10.0`
8
+- [README] Fix typo
9
+- Add a more explicit test for "All command-line arguments that are not node-dev options are passed on to the node process."
10
+- [README] Add special note about delimiting scripts
11
12
## v7.1.0 / 2021-10-24
13
14
- [ESM] Update `experimental-loader` to use new `load` method from node `v16.12.0` onwards
package.json
@@ -1,6 +1,6 @@
{
"name": "node-dev",
- "version": "7.1.0",
+ "version": "7.2.0",
"description": "Restarts your app when files are modified",
"keywords": [
"restart",
0 commit comments