Skip to content

Commit befe479

Browse files
committed
v7.3.1 / 2022-03-24
1 parent ee6bd58 commit befe479

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# node-dev
22

3+
## v7.3.1 / 2022-03-24
4+
5+
- Add `--experimental-modules` for ESM module support on node <12.17 (@bjornstar)
6+
- Use `ipc.mjs` for `get-source-loader.mjs` (@bjornstar)
7+
- [`test`] Move extensions options tests into their own directory (@bjornstar)
8+
39
## v7.3.0 / 2022-03-22
410

511
- Add `--no-warnings` node option (@lehni)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-dev",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "Restarts your app when files are modified",
55
"keywords": [
66
"restart",

test/message.js

Whitespace-only changes.

0 commit comments

Comments
 (0)