Skip to content

Commit f3888ef

Browse files
committed
v7.4.0 / 2022-03-26
1 parent 5d07f00 commit f3888ef

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v7.4.0 / 2022-03-26
4+
5+
- Use `--require` to invoke the wrapper (@kherock)
6+
- [`loaders`] Use `fileURLToPath` to ensure support on Windows (@kherock)
7+
- [`wrap`] Suppress warnings about using experimental loaders (@kherock)
8+
- [`tests`] Ensure tests pass even if warnings are emitted (@bjornstar)
9+
- [CI] Add tests for node v12.10, v12.16, and v17 (@bjornstar)
10+
311
## v7.3.1 / 2022-03-24
412

513
- Add `--experimental-modules` for ESM module support on node <12.17 (@bjornstar)

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.1",
3+
"version": "7.4.0",
44
"description": "Restarts your app when files are modified",
55
"keywords": [
66
"restart",

0 commit comments

Comments
 (0)