Skip to content

Commit

Permalink
v7.2.0 / 2022-03-04
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Mar 4, 2022
1 parent 5799c25 commit a564a0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# node-dev

## v7.2.0 / 2022-03-04

- Add `--preserve-symlinks` node option
- Update `tap` to `v15.1.6`
- Update `eslint` to `v8.10.0`
- [README] Fix typo
- Add a more explicit test for "All command-line arguments that are not node-dev options are passed on to the node process."
- [README] Add special note about delimiting scripts

## v7.1.0 / 2021-10-24

- [ESM] Update `experimental-loader` to use new `load` method from node `v16.12.0` onwards
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit a564a0c

Please sign in to comment.