Skip to content

Commit a564a0c

Browse files
committed
v7.2.0 / 2022-03-04
1 parent 5799c25 commit a564a0c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# node-dev
22

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+
312
## v7.1.0 / 2021-10-24
413

514
- [ESM] Update `experimental-loader` to use new `load` method from node `v16.12.0` onwards

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-dev",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "Restarts your app when files are modified",
55
"keywords": [
66
"restart",

0 commit comments

Comments
 (0)