Skip to content

Commit

Permalink
v7.3.1 / 2022-03-24
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Mar 24, 2022
1 parent ee6bd58 commit befe479
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# node-dev

## v7.3.1 / 2022-03-24

- Add `--experimental-modules` for ESM module support on node <12.17 (@bjornstar)
- Use `ipc.mjs` for `get-source-loader.mjs` (@bjornstar)
- [`test`] Move extensions options tests into their own directory (@bjornstar)

## v7.3.0 / 2022-03-22

- Add `--no-warnings` node option (@lehni)
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.3.0",
"version": "7.3.1",
"description": "Restarts your app when files are modified",
"keywords": [
"restart",
Expand Down
Empty file removed test/message.js
Empty file.

0 comments on commit befe479

Please sign in to comment.